Skip to content

Brich40/One-Time-Pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One-Time-Pad

The goal of this assignment is to produce a self-contained tool in Python that can be used for secure messaging. The tool should be able to apply a One-Time Pad cipher to a given message.

Launch with : python3 main.py

$ python3 main.py

Options :

  • -f : file used to read text to be encrypted

command :

$ python3 main.py -f ./test-data/test.txt
  • -t : text encrypt

command :

$ python3 main.py -t "Hello!"
  • -h : Show help.

By Oussama BRICH ([email protected]), No constraints to use this code.# One-Time-Pad

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages