Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayatri Patankar authored Jul 27, 2020
1 parent 00dfe50 commit 27e38ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ To improve the hence obtained random number sequence, we shall use Genetic Algor
### Encryption
To encrypt the plaintext, we shall use Vernam cipher (or a modification of it).

To code the encryption and the generating key, we will make use of Python and its various libraries, and code in Google Colab.A basic understanding and knowledge of the above mentioned terms and Python is considered necessary for this project.
To code the encryption and the generating key, we will make use of Python and its various libraries, and code in Google Colab. A basic understanding and knowledge of the above mentioned terms and Python is considered necessary for this project.
## What we wish to achieve:
After encryption, we shall be comparing it with similar or other existing encryption processes, to see which fares better. Several tests such as randomness of key, length of the key, efficiency, time taken for adversaries to hack are employed.

0 comments on commit 27e38ea

Please sign in to comment.