From 4e61e49f10a07d98560bde5b68dfad48aaabc7e5 Mon Sep 17 00:00:00 2001 From: misselvexu Date: Mon, 25 Apr 2022 13:59:20 +0800 Subject: [PATCH] fix readme typo issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0c07a..4029e78 100644 --- a/README.md +++ b/README.md @@ -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"