Skip to content

Releases: KiARC/ReasonablyEasyCryptography

Even More Config Options

11 May 22:04
Compare
Choose a tag to compare

Config Options

11 May 20:23
Compare
Choose a tag to compare

The most important updates: New names for the various objects (sorry :/) and default-valued-params for configuration if you really need it.

Full Changelog: 4.0.1...5.1.0

Multiple Recipient RSA

28 Apr 13:10
Compare
Choose a tag to compare

A very useful update that implements the ability to send a single message to many people without increasing the size hugely.

Say you need to send a 1kb message to 10 people. Instead of sending 10 1kb messages and having to process 10kb of data (a 1000% increase in size!), you can generate a single message that only increases in size by around 270 bytes per key (and seemingly less the more keys you add? With one recipient the message grows by 284 bytes like it used to before this update, but with 100 the message grows by 25628 bytes, or around 256 bytes per key which is impressively low, I'm still not sure why).

Full Changelog: 4.0.0...4.0.1

PEM Parsing!

09 Apr 17:40
Compare
Choose a tag to compare

The new docs took forever

Full Changelog: 1.0.1...2.1.0

Patch to Key Generation

18 Mar 21:17
Compare
Choose a tag to compare

Fixed a stupid mistake, my bad.

SignedDataContainers

18 Mar 21:16
Compare
Choose a tag to compare

A new data class to contain signed data

Java Functionality

18 Mar 17:55
Compare
Choose a tag to compare

Minor patch so that the library properly functions when used in Java

First Published Release

18 Mar 17:54
Compare
Choose a tag to compare

First release I will be publishing, older ones can be built from source if needed.