Skip to content

Releases: sa6mwa/kryptograf

v0.3.1

28 Sep 09:19
Compare
Choose a tag to compare

README.md is the only change since v0.3.0 in this release.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

28 Sep 09:15
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Sep 21:31
Compare
Choose a tag to compare

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

0.1.0 Initial Release

03 May 23:11
Compare
Choose a tag to compare

Initial release, see README.md for details. All major features are included, and unit test code coverage is around 77 percent.