Skip to content

Releases: shibme/xipher

v0.8.3

24 Jan 09:02
Compare
Choose a tag to compare

Changelog

  • 74d16ff adding demo gif
  • 86b3389 moving cli main package to xipher and updating readme doc
  • 3a0efb4 setting up release workflow to depend on success of test

v0.8.2

22 Jan 19:13
Compare
Choose a tag to compare

Changelog

  • 273b725 fixing issue with private key parsing

v0.8.1

22 Jan 18:52
Compare
Choose a tag to compare

Changelog

  • f97aa17 fixing issue with key parsing
  • 0540a62 moving minimum key length and ct length vars to private
  • ae67e14 updating readme example section with decrypt command

v0.8.0

21 Jan 20:23
Compare
Choose a tag to compare

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