Category:Encryption: Difference between revisions

m
m (minor grammatical error)
 
(2 intermediate revisions by one other user not shown)
Line 1:
[[Category:Solutions by Programming Task]]
[[Category:Mathematical operations]]Tasks in this category have to do with encrypting data using various algorithms.
[[Category:Mathematical operations]] [[Category:String manipulation]]
 
[[Category:Mathematical operations]]Tasks in this category have to do with encrypting data encryption (or decryption) using various algorithms.
Note that encryption is not the same as a checksum. With encryption, the derived data carries and encrypted form of the original data, and can be manipulated to recreate the original input. A checksum is simply a sequence of characters (usually just a few characters in length) that cannot be converted back to the original form (because more than one input can have the same checksum).
 
Note that encryption is not the same as a [[:Category:Checksums|checksum]].
[[Category:Solutions by Programming Task]]
 
With encryption, the derived data carries an encrypted form of the original data, and can be manipulated to recreate the original input.
 
A checksum is simply a sequence of characters
(usually just a few characters in length)
that cannot be converted back to the original form
(because more than one input can have the same checksum).
Anonymous user