Skip to content

Commit

Permalink
Merge pull request #321 from misselvexu/#320
Browse files Browse the repository at this point in the history
Fix readme typo issues
  • Loading branch information
ulisesbocchio authored Dec 12, 2022
2 parents fa5de8b + 4e61e49 commit 956ad21
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 @@ -811,7 +811,7 @@ public StringEncryptor stringEncryptor() {
```
### Using a password
Alternatively, you can use a password to encrypt/decrypt properties using AES 256-GCM. The password is used to generate a
key on startup, so there a few properties you need to/can set, these are:
key on startup, so there is a few properties you need to/can set, these are:
```properties
jasypt.encryptor.gcm-secret-key-password="chupacabras"
#Optional, defaults to "1000"
Expand Down

0 comments on commit 956ad21

Please sign in to comment.