Skip to content

Releases: alukin/EasyCrypt

release-1.4.0

20 Sep 18:33
Compare
Choose a tag to compare

This is the actual release with the Apache 2.0 license and Java 21 minimal version", also builds are chekced with Java 23.

release-1.3.0

13 Sep 11:15
5417d06
Compare
Choose a tag to compare

License changed to Apache 2.0; Dependency updates; Bouncy castle library is 18on variant and the latest; Minimal supported Java version is 21 due to security reasons.

Fix for Java 21

28 Oct 14:58
Compare
Choose a tag to compare

This is just a dependency update release. Deprecated methods removed; Works fine with Java 21

LGPL v3 license

31 Aug 15:52
Compare
Choose a tag to compare

This is actually a bug fix release but there is an important change: the LICENSE. It is more permissive now, and allows more wide usage of the code.

X. 509 based identity support

24 May 07:24
ba8de29
Compare
Choose a tag to compare

EsyCrypt-identity library and examples added. This library allows using of standard certificate fields as 256 bit identificators

Streaming ifaces and native builds

07 Mar 11:52
d40951d
Compare
Choose a tag to compare
Streaming crypto interfaces, please see StreamingExample.java in easycrypt-examples
Update to latest Bouncy Castle library (1.68)
JCommander replaced by PicoCli in easycritp-util to be able to generate a native image
Native image builds with GraalVM 21.0.0, use "-P native" with maven to build native executable of easycryptutil
Code cleanup

Bugfix release 1.0.1

02 Feb 17:41
653a44d
Compare
Choose a tag to compare

Fixed several bugs in ciphered text serializer and RSA crypto confis

Initial release v.1.0.0

12 Dec 18:37
Compare
Choose a tag to compare

This is the first release of EasyCrypt Java library and utility