After reading this topic: I had remembered before I started primarily using data bases for most of my work, I used to have a "Ini/Crypt" au3 I used with a custom encryption.dll I made. So I decided to sit down and try to re-create it using Crypt.au3 method. This is a simple version, it doesn't track your pass hashes, it doesn't do verification if the file is encrypted, it just assumes the file is encrypted with the methods you provided in the "_IniCrypt_SetPassword()" function. It's