# encript-decrypt
This program creates an ecryption key and stores it in a text file.
Using the key it decrypts and encrypts a text.
Note:
- Encrypted message saves in byte form.
- The message to decrypt is the content in the b'' i.e encryted message = b'{message to decrypt}'