| .. | ||
| aes256.go | ||
| aes256_test.go | ||
| LICENSE | ||
| pkcs5.go | ||
| pkcs5_test.go | ||
| random.go | ||
| README.md | ||
Original code imported from https://github.com/galdor/go-service/tree/master/pkg/scrypto
Alterations:
- converted the EncryptAES256 and DecryptAES256 functions to methods
- rewrote the tests to get rid of the dependency on testify