Giter VIP home page Giter VIP logo

maxng07 / ted Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.14 MB

A basic program to encipher or decipher a chunk of text similar to enigma machine. The encipher text can then be send over SMS, WhatsApp, WeChat, LINE and even email. The same program can be used to decipher the message to produce output text. CLI binary available only

License: Other

encipher decipher encryption-decryption aes aes-encryption aes-256 aes-gcm enigma-machine enigma aes-cipher

ted's Introduction

TED | Text-Encipher-Decipher

TED or Text-Encipher-Decipher is a basic program to encipher or decipher a chunk of text similar to enigma machine. The encipher text can then be send over SMS, WhatsApp, WeChat, LINE and even email. The same program will decipher the encrypted message to produce the original text. This will be useful if you are sending a text or message over an insecure connection or you want to ensure true privacy even on secure communication channel.

This progam is part of a broader software application project to be used to transmit scrambled and encrypted text over both secure or insecure communication channels. This basic program is shared with the Public on general goodwill and to obtain feedback. With the later, sender can ensure no one is snooping or watching the message as text are enciphered before transmitting on an insecure channel such as the internet or SMS or popular Tencent Wechat. Even with a secure channel such as WhatsApp, the sender can ensure true privacy, only the intended recipient or group of recipients with the correct passphrase key can decipher the message. Different Passphrase key can be used, but the same key is needed to decipher the respective encrypted message encipher by that key.

Ted supports
(1) Randomness of encipher output text; the same text characters encrypted by TED will produce different message output every time, making it harder for anyone snooping around intentionally to guess what is being send.
(2) Support of Double-byte Characters such as Chinese Character (汉子), TED should work on other languages. Do provide feedback of any languages that is not possible to be enciphered by TED.
(3) Integrity check is being done during decryption, if any message is altered, deciphering will produce an error and program aborted.

The author does not approved of any illegal use that can constitute or classify as illegal by respective Countries Government. You can send feedback through but the author is not obligated to provide any support.

Usage

`ted [options...]`
Options:
-e Encryption set to true by default, to decrypt set -e=false or -e=0
-p passphrase to be used for encryption or decryption. Please remember the passphrase used.

For a quick tutorial on how to use TED, you can refer to the animated gif here

Download

TED has been tested to work on MAC OSX, but should work on Linux and Windows. I welcome any contribution to test TED on both Linux and Windows system.
You can download the latest binaries here

License

All Rights Reserved

Text-Encipher-Decipher software also uses a GO package for AES-GCMSIV which has a copyright license as part of BoringSSL. The copyright notice is as below

/* Copyright (c) 2017, Google Inc. *

This code was written to support development of BoringSSL and thus is
considered part of BoringSSL and under the same license.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */

ted's People

Contributors

maxng07 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.