Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptopals

These are my solutions to the Cryptopals cryptographic challenges.

How to run

# Clone the git repository and change directory
$ git clone https://github.com/svkirillov/cryptopals-python3.git
$ cd cryptopals-python3

# Create the virtual environment
$ python3 -m venv cryptopalsvenv

# Activate the virtual environment
$ source set_env

# Install the dependecies
$ pip3 install -U -r requirements.txt

# Do something
$ ...

# Deactivate the environment
$ deactivate

License

Everything in this repository is distributed under the terms of the MIT License. See file "LICENSE" for further reference.

About

My solutions to the Cryptopals cryptographic challenges

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages