I am in need of hashing out my passwords in scripts, but in order to do this I need to understand the code that I use and that it works ok. I have created a couple of test scripts to help me do this, but I am having some issues with these. The first script (works fine), I obtained from the examples and modified it slightly: #include <GUIConstantsEx.au3> #include <EditConstants.au3> #include <WindowsConstants.au3> #include <Crypt.au3> #include <WinAPI.au3> ; Exa