Mooseworks Encryption Controls
Add the security of encryption to your applications. Mooseworks Software provides encryption and decryption controls for .Net desktop and the .Net Compact Framework. They all exchange data seamlessly, and allow you to use any installed encryption provider.
Encrypt File Control
The Encrypt File control will accept a file name, password, and encryption provider inputs, and will output binary encrypted data. The data may be optionally stored to file.
Encrypt String Control
The Encrypt String control will accept a text string, password, and encryption provider inputs, and will output binary encrypted data. The data may be optionally stored to file.
Decrypt File Control
The Decrypt File control will accept a file name, password, and encryption provider inputs, and will output decrypted data. The data may be optionally stored to file.
Decrypt Data Control
The Decrypt Data control will accept binary data, password, and encryption provider inputs, and will output decrypted data. The data may be optionally stored to file.
Create Hash from String Control
The Create Hash from String Control will accept a text string, password, and encryption provider inputs, and will output the cryptographic hash of the input.
Create Hash from File Control
The Create Hash from File Control will accept a file name, password, and encryption provider inputs, and will output the cryptographic hash of the input.