I’ve just updated cipherClock and plain_sight in their respective github repositories. This was to deal with an issue that I … More
Category: Programming
A note on HooVorNet Memory Performance.
A feature of my HoovorNet is it’s minimal use of dynamic memory. Take a look at my general architecture for … More
HooVorNet: The Hints of Ozone Vortal Network
I’ve decided to call my segmentation network HooVorNet, and I’ll share some its key unique features. HooVorNet employs feature generator … More
Tutorial: Masking Messages With plain_sight in Your Browser
Suppose you would like to exchange a set of messages with another person, but you would like to prevent any … More
Quickcrypt
I put together a little utility to allow easy access to cipherClock encryption and uploaded it to github. This implementation … More
CipherClock in hardware
It occured to me that the stream cipher nature of CipherClock, makes it quite easy to incorporate directly into an … More
The plain_sight encryption system: CipherClock
I went to the trouble of making an effective cryptographic system for plain_sight, so I’ll give it a name, CipherClock … More
A cryptography observation: the odd wheel.
It is well known that the function 1/x generates a huge set of different numbers for x between 0 and … More
Layered Internet
I’ve prepared a rule file for plain_sight that serves as a relatively simple demonstration of how plain_sight can be used … More
Plain_sight
It occurs to me that my text masking program (see the menu entry above) can be used to disguise text … More