cryptography - Encryption vs. digest -


what difference between encryption , digest?

encryption takes plain text , converts encrypted text using key , encryption algorithm. resulting encrypted text can later decrypted (by using same key , algorithm).

a digest takes plain text , generates hashcode can used verify if plain text unmodified cannot used decrypt original text hash value.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -