Skip to content

Instantly share code, notes, and snippets.

@pdehlke
Created April 28, 2017 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdehlke/1d7dbdee72781d659dcbe6164eb2ad3a to your computer and use it in GitHub Desktop.
Save pdehlke/1d7dbdee72781d659dcbe6164eb2ad3a to your computer and use it in GitHub Desktop.
Are the Java Unlimited Cryptography Extension JARs installed?
$JAVA_HOME/bin/jrunscript -e 'print (javax.crypto.Cipher.getMaxAllowedKeyLength("RC5") >= 256);'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment