Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 12, 2024
1 parent fedf4d3 commit 7c074a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -64,11 +64,11 @@ pre-defined character maps for use with `Crypto::randomString()` as `$keyspace`
- `NUMERIC`: numbers 0-9
- `ASCII_LOWER`: ASCII a-z
- `ASCII_UPPER`: ASCII A-Z
- `ASCII_SYMBOL`: ASCII printable symbols
- `ASCII_SYMBOL`: ASCII printable symbols ``!"#$%&\'()*+,-./:;<=>?@[\]^_`{|}~``
- `HEXADECIMAL`: numbers 0-9 + ASCII a-f
- `ASCII_ALPHANUM`: numbers 0-9 + ASCII a-z + A-Z
- `ASCII_PRINTABLE`: numbers 0-9 + ASCII a-z + A-Z + printable symbols
- `ASCII_COMMON_PW`: ASCII printable minus a few troublemaker symbols
- `ASCII_COMMON_PW`: ASCII printable minus a few troublemaker symbols `!#$%&()*+,-./:;<=>?@[]~_|`

output and input `$format` for the functions `Crypto::encrypt()` and `Crypto::decrypt()`, respectively:

0 comments on commit 7c074a1

Please sign in to comment.