Skip to content

A utility to quickly encrypt/decrypt files through CLI

License

Notifications You must be signed in to change notification settings

ctorresmx/tlatia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tlatia

A password-based utility to encrypt and decrypt files (like ansible-vault)

Requirements

  • Swift 5.0

Install

$ ./install.sh

This will build the executable and copy it under your /usr/local/bin directory for easy access.

Usage

$ tlatia OPERATION INPUT OUTPUT
  • OPERATION: encrypt | decrypt
  • INPUT: Input file to encrypt or decrypt
  • OUTPUT: Output file where to write the result

This will take a utf8 encrypted file and ask for a password and then proceed to encrypt/decrypt your file. If you are encrypting it will ask a confirmation before proceeding.