/FileTransformer

A tool for converting files to and from encrypted Base64 text-based files.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

FileTransformer

A tool for converting files to and from encrypted Base64 text-based files.
Latest version: 2.0.0 (changelog)

Release License GitHub Issues Downloads


Features

  • Convert any file to and from an encrypted text based (Base64) file.
  • File data is encrypted using AES-256-GCM before Base64 conversion.
  • Data integrity is ensured as part of the GCM mode of operation. Trying to restore a transformed file that was altered will fail.
  • Original filename is embedded within the transformed file, so filename of the transformed file can be altered without affecting original file.

Transformed File Structure

File structure


Screenshots



Main window
Transform example Restore example
HxD hex preview of a transformed file