User:Eastwood: Difference between revisions

From XPUB & Lens-Based wiki
Line 19: Line 19:
== Encryption ==
== Encryption ==
http://practicalcryptography.com/
http://practicalcryptography.com/
=== OpenPGP ===
Opensource version of the [https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP Pretty Good Privacy] encryption system. Uses asymmetrical keys to verify data access.
A beginners guide (and setup) can be found [http://zacharyvoase.com/2009/08/20/openpgp/ here].

Revision as of 23:26, 18 September 2016

Physcial Data

Data to Audio Cassette

Saving data to Audio cassette. Scarcity of resource? The basic principle is to convert either binary or Hex into audio signal, and then reverse the operation (simple......). Found a method for HAM Radio signals to transmit images, system is called Slow-Scan Television.

ctape

A ruby application for writing and reading plain-text on audio cassette or into analogue audio. Based on Commodore Datassette system.

http://www.windytan.com/2012/08/vintage-bits-on-cassettes.html

Uses a sound software/framework called SOX

TODO : Need to learn how this works so that I may be able to modify, improve, or just learn.

Data to Light

Fibre. Morse.

Data to Image

Barcodes. Embedded information.

Encryption

http://practicalcryptography.com/

OpenPGP

Opensource version of the Pretty Good Privacy encryption system. Uses asymmetrical keys to verify data access.

A beginners guide (and setup) can be found here.