Releases: shibme/xipher
Releases · shibme/xipher
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Changelog
- 3f62f95 Adding github actions workflow to run tests
- 1b4044f Initial commit with ecc, chacha20poly1305, argon2 and xipher implementations based on them
- 75dd074 Setting up docker image release
- 6f5429d Updating README and lowering go version for compatibility
- 17e310f added support for stream encryption and stream compression
- ea40c69 adding basic cli functionality
- a4c7406 adding byte flags for keytype in lib. password policy, command aliases and prefix for key and ciphertext in CLI.
- 18168b6 adding installation instruction for the basic CLI
- 9f3e848 adding more clarity to the readme doc
- b2d6f03 adding some basic tests for xipher package
- 040ac23 adding support for standard ReadCloser and WriteCloser interface for extensibility
- 8d62c6e adding support for string encryption
- fbba37d avoiding zlib wrapping overhead by moving to flag for compression
- 8cade37 changing the structure of non-password based public keys
- 5817173 exposing CipherTextMinLength
- 131706a fixing issues with key based decryption
- 7ef36eb handling some errors
- 4cdedf5 removing duplicate setup-go action
- 843ace7 removing unnecessary caching and throwing error for incorrect decryption method
- 3c16063 setting up base for CLI and adding release pipelines
- 60ae5b7 updating dependencies and Writing private key to file on random key generation
- c67359e updating some code docs and reorganising code across files
- bb0a4eb updating tests with more memory stats