Skip to content

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

License

Notifications You must be signed in to change notification settings

MichaelYochpaz/FileTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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