summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/util/Sha512Crypt.java
Commit message (Expand)AuthorAgeFilesLines
* Added test case for sha512crypt, removed try/catch blocks from other tests, s...Simon Rettberg2014-04-191-2/+3
* Speed up sha512_crypt by caching sha512 digesters (thread local)Simon Rettberg2014-04-191-16/+31
* Initial CommitSimon Rettberg2014-03-281-0/+492