-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
27 lines (14 loc) · 1.04 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Instructions for Super Top Secret Ecryption
Use the html files to do Encryption or Decryption. Web browsers can open html files. Enter your text and key and press the button.
Use the JavaScript or Python file (superTopSecretEncryption) if you need to make your own modifications to the code.
To edit and run you code you might need to download some software or use a website online.
Every coding file should have some comments explaining the function.
The superTopSecretEncryption contains an example encryption and decryption at the beginning
In order to keep our daily information secret the 6 digit number key will be changed everyday precisely at midnight.
Basic Principles of Cryptography
Plain Text is the true message that can be read normally.
Cipher Text is the hidden message that is illegible.
Encryption is the process of going from plain text to cipher text.
Decryption is the reverse.
A key is the information known to sender and recipient that specifes exactly how to perform encryption and decryption.
Use online resources to learn more.