Encryption/Decryption/Hash functions
Open
- Dominant language
- Java
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```encryption``` function that returns the ciphertext, and ```decryption``` function that returns the plaintext. ```getHash``` returns the hash of the input string
```
Functions accept a parameter as String (plaintext/ciphertext) and return a String value
```
Contributor guide
Assessment
This issue has not been assessed yet.