Jump to content

Do any of the algorithms in the built in crypto suite support different encrypt / decrypt keys?


jasty
 Share

Recommended Posts

I just want to be able to decrypt and encrypt data using separate keys as part of a basic online authentication system where the client can have one key but the server has a different one.  

I think this is called asymmetric encryption.  The ones I saw in autoit seem to all use the same key for encrypt and decrypt.

Link to comment
Share on other sites

You could take a look at the wiki page for RSA (a type of asymmetric encryption with no known exploits). I found second 3.6 (code) the most helpful in understanding it :)

All my code provided is Public Domain... but it may not work. ;) Use it, change it, break it, whatever you want.

Spoiler

My Humble Contributions:
Personal Function Documentation - A personal HelpFile for your functions
Acro.au3 UDF - Automating Acrobat Pro
ToDo Finder - Find #ToDo: lines in your scripts
UI-SimpleWrappers UDF - Use UI Automation more Simply-er
KeePass UDF - Automate KeePass, a password manager
InputBoxes - Simple Input boxes for various variable types

Link to comment
Share on other sites

AutoIt does not natively support asymmetric encryption. for alternatives, see this thread (the dll, not the plugins), or call pgp on console, non-commercial freeware version from MIT is here.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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