I'm trying to hash a password in ms access (preferably MD5 or SHA-1). I found Capicom, which worked great at school on windows XP. However, at home Access doesn't seem to want to recognize it. Is there any alternatives that I can use which will work on both XP and Windows 7 that doesn't involve adding external library?
And if an external library is required, how can I add this into the VB code for my database. Thanks.
e: anything that needs to be installed, eg a .dll file, is out of the question as I wont be able to use it at school (My issue is finding something which will work at home and at school so I can effectively work on my project)