fixed that warning en- and decrypt were throwing
parent
356a4af514
commit
3503f0c28f
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo $1 | openssl aes-256-cbc -d -a -pass pass:$2
|
||||
echo $1 | openssl aes-256-cbc -d -a -pbkdf2 -pass pass:$2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo $1 | openssl aes-256-cbc -a -salt -pass pass:$2
|
||||
echo $1 | openssl aes-256-cbc -a -salt -pbkdf2 -pass pass:$2
|
||||
|
|
|
|||
Loading…
Reference in New Issue