Libraries tagged by composite keys
fuzzy/fzkc
0 Favers
31 Downloads
31 Downloads
A docker compose development context keycloak based
mega6382/hab-encryption
0 Favers
19 Downloads
19 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.