WPF encryption tool

This WPF application enables encryption and decryption of files.

This sample wraps Rebex encrytpion class FileEncryption with WPF GUI. FileEncryption enables to encrypt and decrypt data from file or stream. It is written in MVVM pattern to separate UI code from component usage code.