ExtremaCompression is a low-loss compression method for audio.
Unlike MP3, OGG and other common standards the results still vary widely proptional to frequency.
Higher frequency oscillations will be encoded with minimal loss, but also minimal compression, while low frequencies will compress very small but the quality may deviate from the original product.
Code
Cryptography
Hacking/Security
JavaScript
Cryptographic Key GeneratorA Javascript crypto key generator that works entirely client side, allowing for the secure generation of one time pads from within your browser.
0