Skip to content

Commit

Permalink
Switch to Okio Base64 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Aug 9, 2018
1 parent 619b794 commit 97c0699
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 308 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Use the Maven wrapper to create a jar including all dependencies
## Libraries & Credits

* [jBcrypt](https://github.com/jeremyh/jBCrypt) (derived the "Blowfish Expensive key setup") (under BSD licence)
* Radix64 implementation derived from [Apache Commons Codec](https://commons.apache.org/codec/) (under Apache v2)
* Radix64 implementation derived from [Square's Okio Base64](https://github.com/square/okio) (under Apache v2)

### BCrypt Implementations in Java

Expand Down
Loading

0 comments on commit 97c0699

Please sign in to comment.