File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2018-07-18
11+
1012### Changed
13+
1114- Changed PBKDF2 hash function to SHA-512
1215- Increased PBKDF2 salt size to 64 bytes (equal to SHA-512 size)
1316- Increased PBKDF2 iterations to 10000
1417- Refactored variable names
18+ - Refactored main methods to call a demonstrate...-method
1519
1620### Fixed
21+
1722- Exceptions were logged including the stack trace, now only the localized message is logged
1823
1924## [ 0.2.0] - 2018-05-13
@@ -75,7 +80,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7580- made some security relevant changes
7681- made other security relevant changes
7782
78- [ Unreleased ] : https://github.com/cryptoexamples/java-crypto-examples/compare/v0.2.0...HEAD
83+ [ Unreleased ] : https://github.com/cryptoexamples/java-crypto-examples/compare/v0.3.0...HEAD
84+ [ 0.3.0 ] : https://github.com/cryptoexamples/java-crypto-examples/compare/v0.2.0...v0.3.0
7985[ 0.2.0 ] : https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.1...v0.2.0
8086[ 0.1.1 ] : https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.0...v0.1.1
8187[ 0.1.0 ] : https://github.com/cryptoexamples/java-crypto-examples/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments