Convert Plaintext to Ciphertext and Back
The Wizard's Toolkit includes command line utilities to convert plaintext to ciphertext, convert ciphertext to plaintext, report properties associated with ciphertext, compute the message digest of a file, and read message digests from a file and authenticate them. In addition, the Wizard's Toolkit includes a a cross-platform C API that includes a number of encryption and hash methods many developers should find useful in their projects.
The Wizard's Toolkit is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.
The Wizard's Toolkit development process ensures a stable API and ABI. Before each Wizard's Toolkit release, we perform a comprehensive security assessment that includes memory and thread error detection to prevent security vulnerabilities.
The current release of the Wizard's Toolkit is 1.0.9-1.
Here are just a few examples of what the Wizard's Toolkit command line utilities can do:
- Convert plaintext to ciphertext
- Convert ciphertext to plaintext
- Report properties associated with ciphertext
- Import, export, or list properties of private keys on your keyring
- Compute the message digest of a file
- Read message digests from a file and authenticate them
Here are just a few examples of what the Wizard's Toolkit Application Programming Interface can do:
- Return files as Binary Large OBjectS
- Write/read characters, shorts, words, and long words to/from a file
- Compute a cyclic redundancy checksum
- Handle C exceptions
- Generate a secure hash (includes MD5, SHA-1, SHA 2, and SHA 3)
- Generate a keyed-hash for message authentication
- Encrypt/decrypt messages (includes AES, Serpent, and Twofish)
- Authenticate a user (only secret-key supported at this time)
- Map content with its associated mime type and file extension
- Log events to the console or XML-style file
- Anonymous memory-mapped memory allocation/deallocation
- Increase entropy with message compression
- Generate cryptographically-strong random numbers
- Acquire/relinquish resources
- Acquire/relinquish semaphores
- Store/retrieve key-value pairs to/from a hashmap or linked-list
- Store/retrieve key-value pairs to/from a self-adjusting binary tree
- Parse or generate a XML document
- Convenience methods for dealing with strings

![[sponsor]](/script/../image/networkredux.png)