I am making a script in Windows batch to have a registration and login system that stores the passwords in a SQL database using SQLite. I need a command line MD5 encryption program to encrypt the passwords (like the md5 function in PHP) but all I can find is programs to checksum files.
Does anyone know where I can find one or at least tell me a good encryption program?