8000 GitHub - jonathansant/cipherator: Secret key encryption decryption.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Secret key encryption decryption.

Notifications You must be signed in to change notification settings

jonathansant/cipherator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cif

Secret key command line encryption decryption nuget tool.

Installation

dotnet tool install -g ktc.cif --version 0.0.6-dev

Update

dotnet tool update -g ktc.cif --version 0.0.6-dev

Remove

dotnet tool uninstall -g ktc.cif --version 0.0.6-dev

Commands

Encrypt Command

  • Encrypt a text with the provided secret key. cif encrypt -secret passkey -text some_text
  • Encrypt a list of strings in a text file with the provided secret key. cif encrypt -secret passkey -file C:\someFile.txt

Decryption Command

    535D
  • Decrypt a cipher with the provided secret key. cif decrypt -secret passkey -cipher 61jIjXTn1aVVuydV4fgCs/15V6E3c1UeBxgk4b/WHv9zmBqWwof+u/KHPMnHf1VS
  • Decrypt a list of ciphers in a text file with the provided secret key. cif decrypt -secret passkey -file C:\someFile.txt

Set Secret Command

  • The secret can be set globally so it is not required when encrypting and decrypting. cif set -secret tyr-secret

Get Secret Command

  • Get the secret set globally. cif get

About

Secret key encryption decryption.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%
0