File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
modules/ROOT/pages/security Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -169,26 +169,16 @@ openssl pkcs8 -topk8 -v2 aes-256-cbc -v2prf hmacWithSHA512 -in pkcs1or8.key -out
169
169
----
170
170
171
171
.Supported encryption arguments to openssl are:
172
- * `-v1 PBE-MD5-DES`
173
- * `-v1 PBE-SHA1-3DES`
174
- * `-v1 PBE-SHA1-RC2-40`
175
- * `-v1 PBE-SHA1-RC2-128`
176
- * `-v1 PBE-SHA1-RC4-40`
177
- * `-v1 PBE-SHA1-RC4-128`
178
- * `-v1 PBE-SHA1-2DES`
179
172
* `-v2 aes-128-cbc -v2prf hmacWithSHA1`
180
173
* `-v2 aes-128-cbc -v2prf hmacWithSHA224`
181
174
* `-v2 aes-128-cbc -v2prf hmacWithSHA256`
182
175
* `-v2 aes-128-cbc -v2prf hmacWithSHA384`
183
176
* `-v2 aes-128-cbc -v2prf hmacWithSHA512`
184
- * `-v2 aes-256-cbc -v2prf hmacWithSHA1`
185
177
* `-v2 aes-256-cbc -v2prf hmacWithSHA224`
186
178
* `-v2 aes-256-cbc -v2prf hmacWithSHA256`
187
179
* `-v2 aes-256-cbc -v2prf hmacWithSHA384`
188
180
* `-v2 aes-256-cbc -v2prf hmacWithSHA512`
189
181
190
- It is highly recommended to use one of the `-v2` variants, because they offer more robust encryption.
191
-
192
182
[NOTE]
193
183
====
194
184
Versions before Neo4j 5.0 allow keys to be stored with the old PKCS #1 standard.
You can’t perform that action at this time.
0 commit comments