B3st Posted February 16, 2013 Report Posted February 16, 2013 (edited) Implemented 14 algorithms, most of them optimized by me for run much faster.Basically, you can crypt any file with custom algorithm. (no password is saved to crypted file)No .net or any other crap dependencies.Known bugs:+Cryptonite can't detect if password is wrong if you use next algorithms: Proba, Ds1, Aes, Xor and Rc4.+Des saves password in memory(ram) for like 2 minutes.+Serpent algorithm is slow as hell and doesn't support unicode characters.Hash MD5= 5661e6ead8c744b0a0af545379308304 (.exe)Download: here.Password: Hackyard.net Edited February 16, 2013 by B3st 1 Quote
begood Posted February 16, 2013 Report Posted February 16, 2013 ce optimizari ai adus ? la ce algoritm ? Quote
B3st Posted February 16, 2013 Author Report Posted February 16, 2013 (edited) ce optimizari ai adus ? la ce algoritm ?Functiile de baza sunt portate in asm si implementate prin "inline asm".Le: Am facut cateva teste cu un fisier de 1GB.Cu blowfish dureaza cam 7 minuteCu rc4 dureaza maxim 2 minutePe un laptop cu i3 + 4gb ram. Edited February 17, 2013 by B3st Quote