Deterministic AES encryption implementation without using external libraries
I want to encrypt some data in the database. I want it to be as secure as possible with one caveat – I need to search for ciphers that encode the same data, hence I need the ciphers for any given string to be deterministic.