martinwithaar / Encryptor4j

Strong encryption for Java simplified
MIT License
101 stars 26 forks source link

Library updates for Java 11 #6

Open testphreak opened 5 years ago

testphreak commented 5 years ago

Hi Martin, nice library! You've made it very easy to consume Java's cryptography APIs.

Do you have any plans to update your library to support the latest updates since Java 8, specifically the new security updates?

https://openjdk.java.net/projects/jdk9/ http://openjdk.java.net/projects/jdk/10/ http://openjdk.java.net/projects/jdk/11/

https://blog.gypsyengineer.com/en/security/whats-new-security-features-in-java-11.html

martinwithaar commented 5 years ago

Thanks for pointing these out. I will look into it this weekend!