Good evening all.

I'm new here in the forums and i want to ask a question related to encryption.

I'm making a database that will need to have a login system since users will have different permissions based on their role.

Of course, i don't want to store plain text passwords in a table, so i need an encryption process for them. I could make a simple one using XOR but wanted something a bit more secure.

I searched a lot but wasn't able to find a VBA implementation for this.

Twofish has a VB version but i don't know how to put it to work (and in their website they say it needs to be compiled before used so i guess it won't work in access).

So can anyone help me with this? where can i find an encryption algorithm to use?
Thanks in advance!