Alcoholic Posted March 22, 2008 Posted March 22, 2008 Hi, can someone provide me a simple Blowfish file encryption source example. I found some UDFs in the forum but I can only encrypt strings. IS it possible to encrypt files with the BlowFish algorithm? I FEEL DEVOTION
BillLuvsU Posted March 22, 2008 Posted March 22, 2008 ANYTHING is possible. Just find a blowfish function in some other language and translate the math. Or read up on how it works and figure out how to do it. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw
Alcoholic Posted March 22, 2008 Author Posted March 22, 2008 ANYTHING is possible. Just find a blowfish function in some other language and translate the math. Or read up on how it works and figure out how to do it.The problem is I have no idea how to do that.I found this udf:http://www.autoitscript.com/forum/index.ph...amp;hl=blowfishanyone has any idea? I FEEL DEVOTION
Alcoholic Posted March 24, 2008 Author Posted March 24, 2008 Try this from examples forum.I tried this forum but it only encrypts strings.I tried FileOpen() & FileRead() to encrypt a file(both in binary and asci mode) but it doesnt work.Any help? I FEEL DEVOTION
Moderators SmOke_N Posted March 24, 2008 Moderators Posted March 24, 2008 I tried this forum but it only encrypts strings.I tried FileOpen() & FileRead() to encrypt a file(both in binary and asci mode) but it doesnt work.Any help?Find a DLL that does it or try to attempt it yourself.Personally... I don't think it's speed proficient to do files in AutoIt ... especially since you'll have to use Binary funcs to achieve your goal. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now