mlibre2 Posted June 19 Posted June 19 Ever needed to send encrypted data from your AutoIt script to a web server securely? This snippet features an AutoIt client function using Windows Crypto API and an ultra-optimized PHP helper using static caching and OpenSSL. It includes block-padding protection and a custom integrity check ("END" token) to avoid common decryption errors. Source: myLogin 🛡️
argumentum Posted June 19 Posted June 19 (edited) 6 hours ago, mlibre2 said: Ever needed to send encrypted data from your AutoIt script to a web server securely? This snippet features an AutoIt client function using Windows Crypto API and an ultra-optimized PHP helper using static caching and OpenSSL. It includes block-padding protection and a custom integrity check ("END" token) to avoid common decryption errors. Source: 🤪 ..found it: https://github.com/mlibre2/autoit-php-3des-crypto Edited June 20 by argumentum found it mlibre2 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting
mlibre2 Posted Saturday at 12:05 PM Author Posted Saturday at 12:05 PM 14 hours ago, argumentum said: 🤪 ..found it: https://github.com/mlibre2/autoit-php-3des-crypto great argumentum 1 myLogin 🛡️
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