Created
January 17, 2018 02:56
-
-
Save tribbloid/0bed7aaf34b28ff9b1e7e3ff05aef9da to your computer and use it in GitHub Desktop.
Scala JCE Strength tester
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javax.crypto.Cipher; | |
val maxKeyLen = Cipher.getMaxAllowedKeyLength("AES") | |
println(maxKeyLen) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment