compression, encryption + hashing

Description

Mind Map on compression, encryption + hashing, created by Amara f on 23/05/2024.
Amara f
Mind Map by Amara f, updated more than 1 year ago
Amara f
Created by Amara f over 1 year ago
5
0
1 2 3 4 5 (0)

Resource summary

compression, encryption + hashing
  1. COMPRESSION
    1. lossy
      1. reduces the file size by permanently removing some of its information.
        1. image, video + audio files
          1. decrease in quality, inability to return to the original format
        2. lossless
          1. compressed files by recording patterns in data instead of the actual data the original file can be recovered from the compressed version.
            1. text files, source code, bank statements
              1. doesn't reduce file size as much as lossy does
              2. dictionary encoding
                1. frequently occurring pieces of data are replaced by smaller groups of indexes when being transferred.
                  1. A dictionary is then used to say which indexes match which groups of characters.
                    1. When decompressed the dictionary is used to replace the tokens with the original text
                2. RLE
                  1. repeated values are removed and replaced with one occurrence of the data followed by the number of times it should be repeated.
              3. ENCRYPTION
                1. process of converting plaintext into cipher text
                    Show full summary Hide full summary

                    0 comments

                    There are no comments, be the first and leave one below:

                    Similar