Symmecrypt Versions Save

Golang symmetric encryption library

v0.6.0

1 year ago
  • Update to go 1.19
  • Upgrade golang.org/x/crypto

v0.5.1

3 years ago
  • Fix read issues in stream package: missing chunks and invalid headers

v0.5.0

3 years ago
  • Support encrypting large file via the stream package to split it in smaller chunks
  • Support convergent encryption via the convergent package
  • Remove dependencies on error/log packages

v0.4.3

4 years ago
  • NewKey function (split from LoadKey)

v0.4.2

4 years ago

v0.4.2 is the same version than 0.4.1, but we proper semver to match Golang modules requirements, and on the correct commit.

Fix miscreant import path (#23)

0.4.1

4 years ago

v0.4.0

4 years ago
  • Decrypt Marshal uses json.Decoder UseNumber()

v0.3.0

4 years ago

v0.2.1

4 years ago

v0.2.0

5 years ago