Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nodesocket committed Oct 2, 2017
1 parent 2c643c4 commit e55e624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Verifying - enter aes-128-cbc encryption password:
```

```
ll
ls -alh
-rw-r--r-- 1 user group 1.0G Oct 1 13:33 secrets-file
-rw-r--r-- 1 user group 1.0G Oct 1 13:34 secrets-file.aes
```
Expand All @@ -33,17 +33,17 @@ Verifying - enter aes-128-cbc encryption password:
> decrypt \<file.aes\> - Decrypt encrypted file using OpenSSL AES-128 cipher block chaining. Writes a decrypted file out *(plaintext)* removing `.aes` extension.
```
ll
ls -alh
-rw-r--r-- 1 user group 1.0G Oct 1 13:34 secrets-file.aes
```

```
➜ cryptr decrypt secrets-file.aes
➜ cryptr decrypt ./secrets-file.aes
enter aes-128-cbc decryption password:
```

```
ll
ls -alh
-rw-r--r-- 1 user group 1.0G Oct 1 13:35 secrets-file
-rw-r--r-- 1 user group 1.0G Oct 1 13:34 secrets-file.aes
```
Expand Down

0 comments on commit e55e624

Please sign in to comment.