Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
fix: Corrected typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schwab committed Nov 22, 2021
1 parent 1423958 commit 52e6685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This way an attacker will not be able to access a part the keys are generated fr

BTW, Java's [SecretKeySpec](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/crypto/spec/SecretKeySpec.html) class is *not* secure, so TUPW uses a drop-in replacement called [SecureSecretKeySpec](https://github.com/dbsystel/SecureSecretKeySpec) to securely store the keys it uses.

The minimum JJRE version needed for this library is Java 8.
The minimum JRE version needed for this library is Java 8.

## Format

Expand Down

0 comments on commit 52e6685

Please sign in to comment.