java - In 2016, do we still need to use BouncyCastle to work around the Export Control Restrictions on Cryptography that US Government imposes? -


many people use bouncy castle use wonderful implementations of java cryptography api (jca) ciphers, messagedigests, etc. many use circumvent export control restrictions imposes on usage of cryptography key lengths exceeding 128 bits.

however, have read somewhere in 2016, there changes in restrictions govt imposes. can stop using bouncy castle , switch native java jca provider if reason why used in project?

can throw light on ?

yes. it's called java 9. try it. can disable export control programmatically.

besides that, bouncy castle provider does not circumvent export control, lightweight api does. because cipher class contains constraint, , service provider implementations (spi's) used through class.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -