karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
45.06k stars 10.57k forks source link

a cipher made with SSL and Conway's game of life #98

Open txusyk opened 7 years ago

txusyk commented 7 years ago

I'm finishing a cipher that works with SLL and AES256. The text that I use as key to get in base64 is the output string of a basic implementation of conway's game of life

should i post it?