Noxcrypt Utility
Command-style CLI utility under applications/noxcrypt/.
Purpose
- Provides a top-level
noxcryptcommand dispatcher. - Currently exposes
dgst(message digest generation).
Source
applications/noxcrypt/main.capplications/noxcrypt/message_digest.c
Usage (current)
noxcrypt dgst <ALGORITHM> [options] <data>
Examples of supported digest names in current source: MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA512_224, SHA512_256.