This is a mirror issue of https://jira.opensource.anotheria.net/browse/ANOUTIL-8.
The CryptTool has been overworked in 2.1.6 and the dependency to blowfish has been removed. However, the new solution is not thread safe.
We encountered this problem in ano-photoserver and created a workaround by synchronizing access around the calls to crypttool, but we should fix the issue itself.
https://github.com/anotheria/ano-photoserver/blob/master/test/junit/net/anotheria/anosite/photoserver/shared/IdCrypterTest.java
This is a mirror issue of https://jira.opensource.anotheria.net/browse/ANOUTIL-8.
The CryptTool has been overworked in 2.1.6 and the dependency to blowfish has been removed. However, the new solution is not thread safe.
We encountered this problem in ano-photoserver and created a workaround by synchronizing access around the calls to crypttool, but we should fix the issue itself.
https://github.com/anotheria/ano-photoserver/blob/master/test/junit/net/anotheria/anosite/photoserver/shared/IdCrypterTest.java