tfstated/pkg/scrypto
2024-09-30 01:00:59 +02:00
..
aes256.go feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00
aes256_test.go feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00
LICENSE feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00
pkcs5.go feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00
pkcs5_test.go feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00
random.go feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00
README.md feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00

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