Solved Project Euler problems.
The python solutions for each problem are encrypted with the answer.
In order to decrypt the file, use OpenSSL and decrypt using AES 128 CBC.
openssl aes-128-cbc -d -in solution01.pye -out solution01.py
Solved Project Euler problems.
The python solutions for each problem are encrypted with the answer.
In order to decrypt the file, use OpenSSL and decrypt using AES 128 CBC.
openssl aes-128-cbc -d -in solution01.pye -out solution01.py