sifrele-desifrele
This commit is contained in:
parent
b6a6aaf6a1
commit
e10843e4b4
2 changed files with 2 additions and 0 deletions
1
bin/desifrele
Executable file
1
bin/desifrele
Executable file
|
|
@ -0,0 +1 @@
|
|||
openssl aes-256-cbc -d -a -in $1 -out $1.degil
|
||||
1
bin/sifrele
Executable file
1
bin/sifrele
Executable file
|
|
@ -0,0 +1 @@
|
|||
openssl aes-256-cbc -a -salt -in $1 -out "$1.sifreli"
|
||||
Loading…
Add table
Reference in a new issue