Tag Archives: programming
Making music with a C compiler
https://www.youtube.com/watch?v=vCEUyx-SxPw
Larry Wall
Hakology – Ubercrypt – Python multi-layer AES encryption.
In this video we’ll be looking at a script I wrote a few months ago to facilitate multilayer aes encryption (cryptographic strengthening) using multiple keys and ivs combined into one monster key. Allows users to encrypt share and decrypt data using the command line. Demo is for linux but this may work if you can install the python crypto library on windows.
Full source code …
https://github.com/caffeinemonster/ubercrypt
sudo apt-get install git python python-crypto
git clone …
python crypto.py -g 4096
python crypto.py -e “Hack the planet”
python crypto.py -d ENC-23-32-54-232
enjoy
have fun hacking !
Quadcopters performing crazy tricks (mind blown)
Amazing how fast quadcopters and the associated technologies are developing.
Introduction to the Wolfram (Programming) Language
If statements with bill gates
Hakology – PyGame tutorial part 2 (Video)
Part 1:
http://hakology.wordpress.com/2013/06/27/pygame-tutorial-part-1/
Part 2:
http://hakology.wordpress.com/2013/07/09/pygame-tutorial-part-2-drawing-objects-to-the-screen/