Switched to Encryptors.noOpText(), because of Illegal-key-size-issue
authorKai Moritz <kai@juplo.de>
Mon, 1 Feb 2016 11:14:52 +0000 (12:14 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 26 May 2016 13:50:14 +0000 (15:50 +0200)
Spring requires a key-length of 256 bits, which is not available in the
JDK, because of US-export-restrictions.

Because Spring Security does not enable the configuration of the key-length,
the build was switched to a NoOpTextEncryptor, to circumvent this issue.

The only other easy way would have been, to require the user to install the
missing parts of the JDK by hand...

See http://stackoverflow.com/a/17637354 for a full explanation.


No differences found