Skip to content

JohnnyDeuss/Project-Euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

The files in this directory contain encrypted versions of my solutions to Project Euler problems (at least for the ones I haven't misplaced). To prevent copying of solutions, each solution is encrypted with blowfish, using the solution to the problem as the encryption key. Specifically, the files were encoded using the following command:

openssl enc -bf-cbc -in problem095.py -out problem095.py.enc

One way to decode these files is to use the following command:

openssl enc -d -bf-cbc -in problem095.py.enc -out problem095.py

Please don't spread these solutions online without them being encrypted, to encourage people to solve these problem for themselves first.

About

Encrypted solutions to Project Euler problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published