Tiny Core Linux

General TC => Remasters / Remixes - Unofficial => Topic started by: cortical on August 08, 2014, 07:07:09 PM

Title: New Remaster - InstantOTP - Instantly deployable one-time pad encryption
Post by: cortical on August 08, 2014, 07:07:09 PM
Title:
InstantOTP - An instantly deployable one-time pad encoding system for unbreakable encryption

Description:
InstantOTP creates an instantly deployable one-time pad encryption/decryption environment on a non-networked computer while simultaneously handling some of the more cumbersome aspects of pad management.

Features:

One-time pad encoding is an encryption method that cannot be cracked.  It allows communication of encrypted data through insecure channels (eg, Internet) with no possibility of surreptitious decryption.  It works by modulating the plaintext stream with a "one-time pad" stream composed of random values which has been exchanged apriori.  The cipher pad is not re-used, hence the name, one-time pad encryption. InstantOTP enables a non-networked computer to be instantly be used as a highly secure communications system.

[/list]Link:
http://corticalcafe.com/software_instantotp.htm (http://corticalcafe.com/software_instantotp.htm)

Title: Re: New Remaster - InstantOTP - Instantly deployable one-time pad encryption
Post by: gerald_clark on August 08, 2014, 07:23:11 PM
You are required to provide complete sources.
Title: Re: New Remaster - InstantOTP - Instantly deployable one-time pad encryption
Post by: cortical on August 08, 2014, 07:33:17 PM
As described on the project homepage (http://corticalcafe.com/software_instantotp.htm), the sources are the bash scripts which included in the distribution, and the Onetime (http://www.red-bean.com/onetime/) package; the source code for this is present in the InstantOTP user's home directory.  The homepage also gives attribution and links to TCL and Onetime.  Are there any other sources / attributions that should be present? 

Btw, this is my first remaster using TCL. I'm amazed at the power that is captured in such a small footprint.  It didn't take long to pick up the core concepts, and remastering was painless.  It's a great foundation for easily creating "appliances" with modest hardware requirements, which still leveraging the Linux ecosystem.

Thanks to the community for creating this incredible distribution!    :)
Title: Re: New Remaster - InstantOTP - Instantly deployable one-time pad encryption
Post by: cortical on August 08, 2014, 08:24:23 PM
Since I'm not using github for source management the website description may not have been clear;  I'll update the homepage to clarify the location of source code and scripts.
Title: Re: New Remaster - InstantOTP - Instantly deployable one-time pad encryption
Post by: curaga on August 08, 2014, 11:55:07 PM
You should mirror the release/src directory at least. You're distributing the TC binaries, and under the GPL, you're responsible for distributing the source to them - linking to us is not enough to fulfill the license obligation.

Oh and thanks :)
Title: Re: New Remaster - InstantOTP - Instantly deployable one-time pad encryption
Post by: cortical on August 09, 2014, 05:44:01 AM
You should mirror the release/src directory at least. You're distributing the TC binaries, and under the GPL, you're responsible for distributing the source to them

Will do.