jasty Posted September 11, 2019 Share Posted September 11, 2019 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 More sharing options...
seadoggie01 Posted September 12, 2019 Share Posted September 12, 2019 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 functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types Link to comment Share on other sites More sharing options...
RTFC Posted September 12, 2019 Share Posted September 12, 2019 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. jasty 1 My Contributions and Wrappers Spoiler BitMaskSudokuSolver BuildPartitionTable CodeCrypter CodeScanner DigitalDisplay Eigen4AutoIt FAT Suite HighMem MetaCodeFileLibrary OSgrid Pool RdRand SecondDesktop SimulatedAnnealing Xbase I/O Link to comment Share on other sites More sharing options...
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