Update 'README.md'
This commit is contained in:
@@ -5,13 +5,13 @@ PBKDF2 hashing for Bash
|
|||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
```
|
```
|
||||||
$ bash pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}*
|
$ bash pbkdf2.sh hashtype salt password iterations {raw/full/rawfull}
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}*
|
$ ./pbkdf2.sh hashtype salt password iterations {raw/full/rawfull}
|
||||||
```
|
```
|
||||||
|
|
||||||
### hashtype *string*
|
### hashtype *string*
|
||||||
|
|||||||
Reference in New Issue
Block a user