Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed small typo #23

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ To start using Node OpenSSL, follow these steps:
-f, --file <file> input path file for encrypt or decrypt
-p, --passkey <pass> input passphrase key
-d, --dec decrypted data stdin or file
-o, --out <out> saved encryption or decryption to out file -l, --list list all supported ciphers
-a, --base64 extra encrypt or decrypt data stdout using base64 -b, --binary extra encrypt or decrypt data stdout using binary -H, --hex extra encrypt or decrypt data stdout using hex
-z, --zlib extra encrypt or decrypt data stdout using zlib -s, --special <mode> special tool for encryption/decryption with base64 or zlib (without cipher)
-o, --out <out> saved encryption or decryption to out file
-l, --list list all supported ciphers
-a, --base64 extra encrypt or decrypt data stdout using base64
-b, --binary extra encrypt or decrypt data stdout using binary
-H, --hex extra encrypt or decrypt data stdout using hex
-z, --zlib extra encrypt or decrypt data stdout using zlib
-s, --special <mode> special tool for encryption/decryption with
base64 or zlib (without cipher)
-h, --help display help for command

This tool licensed under AGPL-3.0 License, see <https://github.com/FajarKim/node-openssl-enc/tree/master/LICENSE>
Expand Down