i code therfore i am

Cryptography and Steganography with Python

Basic definitions
Cryptography is the practice and study of hiding information. The word is a combination of the GreekKryptos(hidden) and gráphō  (I write)
Steganography is the art and science of writing hidden messages
in such a way that no one, apart from the sender and intended recipient,
suspects the existence of the message, a form of security through obscurity. The
word steganography is of Greek origin and means "concealed writing" from the Greek words steganos (στεγανός) meaning "covered or protected", and graphein (γράφειν) meaning "to write".
Setting up libraries Practically all Linux distributions will have python insdtalled, or available as installable packages. Now other libraries for the task stepicInstalling the
packages
Stepic #tar xzf stepic-0.3.tar.gz #cd stepic-0.3 #python setup.py install Steganography with stepic
Mobile | Standard