Skip to content

Releases: ramity/iris

v0.3.3

03 Dec 06:40

Choose a tag to compare

Encrypt/Decrypt File Support

Changelog

  • Added encrypt_file and decrypt_file functionality to ECC files.
  • Added encrypt_file and decrypt_file operations to keypair branch of main.cpp
  • Added encrypt_file and decrypt_file to help text

Installation and utilization

  • Download release for your OS
  • Unzip contents
  • Execute compiled binary

OR if you have an existing installation, simply run the update.sh script and confirm to have your local instance updated to the latest version.

v0.3.2

03 Dec 05:06

Choose a tag to compare

Small Delta Patch

Changelog

  • Fixed build.sh script not being updated to match release tag which resulted in cyclic prompts to update to the latest release despite running the latest.
  • Recompiling dependencies in release. The linux and windows zips are slightly smaller than previously.
  • Spacing fix in console output.
  • Updated update.sh script to consider tags higher than latest tag.
  • Validated test.sh script passes and is working in both Windows host OS and linux container environments.
  • Validated cyptopp and ecc code and build functionality still works with latest.

Installation and utilization

  • Download release for your OS
  • Unzip contents
  • Execute compiled binary

OR if you have an existing installation, simply run the update.sh script and confirm to have your local instance updated to the latest version.

v0.3.1

15 Jun 07:02

Choose a tag to compare

Windows line-ending hot fix 🙃

Installation and utilization

  • Download release for your OS
  • Unzip contents
  • Execute compiled binary

Changelog

  • Fixed issue of windows binary outputting BER decode error when reading CRLF formatted key files. I'm not exactly sure why it expects LF, but I'm getting around this problem for now by just removing newlines from being added to key files. See #27 and fixing commit

v0.3.0

14 Jun 23:17

Choose a tag to compare

Addition of test and update script functionality to release zips update 🎉

Installation and utilization

  • Download release for your OS
  • Unzip contents
  • Execute compiled binary

Changelog

  • Updated readme to match seed->seed_hash update for keygen
  • Added shebangs to scripts
  • Added test and update scripts to release zips
  • Added version file to denote release tag
  • Added ramity identity to releases via build script
  • Fixed build zips including unneeded build dirs (/root/iris/build)
  • Command execution now checks for trailing --help flag regardless the number of supplied args post keypair or identity command
  • Fixed --help arg_value index

v0.2.0

13 Jun 23:10

Choose a tag to compare

Full code coverage and bug fix update 🎉

Installation and utilization

  • Download release for your OS
  • Unzip contents
  • Execute compiled binary

Changelog

  • Expanded readme (not included in zips), added ToC, added userstory + example usage
  • Added test_release.sh script for ensuring compiled binary functionality on linux systems (not included in zips)
  • Made updates to ECC.h/.cpp in preparation for master seed + fast derivation key update
  • Removed newline characters from private and public keys for easier cat/copy pasting of keys into CLI
  • Increased generation_difficulty/changed it to something less meme-y
  • Fixed a disambiguation wherein the help menu was using the word parameter instead of argument
  • Overhauled, functionalized, and fixed a seg fault with how CLI arguments are programmatically extracted, reducing the main.cpp file complexity

v0.1.0

12 Jun 03:16

Choose a tag to compare

Initial release 🎉

  • Featuring Windows and Linux builds

Installation and utilization

  • Download release for your OS
  • Unzip contents
  • Execute compiled binary

Commands

iris --help
iris keypair --help
iris keypair generate [args]
iris keypair delete [args]
iris keypair encrypt [args]
iris keypair decrypt [args]
iris keypair sign [args]
iris identity --help
iris identity add [args]
iris identity remove [args]
iris identity list [args]
iris identity verify [args]