Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...