Update 'README.md'

This commit is contained in:
Ze'ev Schurmann 2024-01-05 02:20:48 +02:00
parent c5e24c11a3
commit 860f98be32
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ PBKDF2 hashing for Bash
## USAGE
```
$ bash pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}*
$ bash pbkdf2.sh hashtype salt password iterations {raw/full/rawfull}
```
or
```
$ ./pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}*
$ ./pbkdf2.sh hashtype salt password iterations {raw/full/rawfull}
```
### hashtype *string*