AES Encrypting a Microsoft Access Field Via VBA -


I need to create a Microsoft Access database, but for one field one needs the one in my table strongly encrypted < / P>

Since both the AES key and an initial vector are required, due to the need for a password to access the database as a keyboard (as the key), and to place SHA1 in the table in the table Has decided to solve Hash plain text Nkripted field.

Does someone really know where to get the VBA-compatible code for encryption?

Some options to write it from scratch;

  • You can do this with native crypto (root api CryptAquireContext >
  • You can use Microsoft for crypto API There is a commy cover.
  • You can use a third party library, one of the finest, compact and free.

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -