Skip to content

v0.2.0

Compare
Choose a tag to compare
@sa6mwa sa6mwa released this 27 Sep 21:31
· 2 commits to main since this release

This release add the methods RecvFunc and SendFunc to send/receive key-value pairs of ciphertext as json over streams. New in 0.2 is also the Persistence API client for the github.com/sa6mwa/kryptografpersister json key-value persister. The server can be used with any key-value map[string][]byte json {"key":"base64_encoded_data"}, but the Kryptograf client encrypts/decrypts the base64 data as ciphertext/plaintext respectively.

Full Changelog: v0.1.0...v0.2.0