Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlfft committed Dec 26, 2017
1 parent 14b3ca6 commit 7b4db29
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ AES encryption using keyfile
```
dse keyfile e|d source destination
```
- Create a random-content key file: `dse keyfile`
- Create a key file from a password: `dse keyfile p`
- Create a random-content key file:
```
dse keyfile
```
- Create a key file from a password:
```
dse keyfile p
```
Key file size is 32 bytes.

## Example
Expand Down

0 comments on commit 7b4db29

Please sign in to comment.