Releases: aburdulescu/pocryp
Releases · aburdulescu/pocryp
Release list
v0.6.1
v0.6.0
Changelog
- 7d71391 Add ED25519 command to get public key from private key
- f6d7525 Add base64 cmd and rename stdfile.Write to stdfile.WriteHexOrBin to avoid confusion
- bebec1a Add hex cmd
- 0ad1e40 Fix linter problems in aes kw
- bccd57e Implement EdDSA
- 2704cc2 Move RSA command to extract public key from private key to keygen
- c7e9d0f Remove todo.org
- 32cdfef Update go version, dependencies and add PKCS7
- b0467db Update progress.md
- bfc9134 Update progress.md
- 6ea4d77 base64: Don't print newline
- 07e515e she-decode: Check if key is specified
v0.5.0
Changelog
- 6e6936a Add SHE code
- a103eeb Add SHE commands
- c3942ac Better command flags parsing and usage
- defe9d7 Fix cli
- e9179c9 Fix tests
- 399c6ba Merge branch 'main' of https://github.com/aburdulescu/pocryp
- f4b9263 More tests and write usage to stdout
- 240921f More tests for keygen
- 7bfd03c New Command pkg
- 51eebc2 Remove cli pkg
- 1176fba Rename some commands
- 6cf02a2 Update dependencies
- 9a6cd85 Update readme
- d6ff8b4 Update todo.org
- 3103ab8 Update tools/hex2bytes and add CI ignored paths
- a336e46 add cli pkg
- 38f0002 fix brief and remove old app pkg
v0.4.0
Changelog
- 10a441b Add -bin flag
- 50afbbf Add FileOrHex
- 4b90917 Add StdFile util
- d303a29 Fix pkg structure
- 3341398 Implement AES-CMAC
- 50faa5b Refactor RSA-KEM and AES-KEYWRAP
- 1490ecb Refactor encoding package
- a609f87 Support all SHA algorithms
- f4f22b3 Update tests
- d24dd09 Update todo.org
- ae0e562 Update todo.org and rename rsa encoding commands
- 158c2f0 Update usage and rename categories
- 6b2a1d5 Use *os.File instead of io.Reader/io.Writer
- a76c39b Use FileOrHex
- 1435d3a Use stdfile
- f78726b better app usage
- 953384c ed25519 keygen
- 21ab9ba update docs
- eaf60bf update todo.org
- c38b7cf upgrade go version
v0.3.1
Changelog
- 5266a26 Better app package API
v0.3.0
Changelog
- facbde5 Better command usage handling
- 64f8295 Fix wrong test input for SHA384
- 05ea31e Improve app package
- 0f7be15 Merge aes and rsa packages
- 84676c0 Move commands into separate packages
- 3c3ead5 Tests for hash/sha
- 513e5a4 Tests for rsa/util package
- c998fd6 internal/aes: Add -bin flag to keygen
- 939eb7b internal/app: Make category type private
v0.2.2
Changelog
- facbde5 Better command usage handling
- 64f8295 Fix wrong test input for SHA384
- 05ea31e Improve app package
- 0f7be15 Merge aes and rsa packages
- 84676c0 Move commands into separate packages
- 3c3ead5 Tests for hash/sha
- 513e5a4 Tests for rsa/util package
- c998fd6 internal/aes: Add -bin flag to keygen
- 939eb7b internal/app: Make category type private
v0.2.1
Changelog
- 16b2dbb rsa-pem-der: Print hex by default, bin via flag