The Fish |
|
Navigation» About » GitHub Mottek Blog» Mottek » Archive 2022 2020 2019 2018 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 Search |
![]() The Fish is an encryption utility for the Notes application for Newton MessagePads. It can encrypt and decrypt any note, providing a secure data storage for sensitive data by using the proven Blowfish algorithm. The goal is an application which is very easy and fast to use.
UsageEncryptionThe Fish adds a number of new actions under the action menu of the Notes application. The most important action is the Encrypt action. It prompts for a password and encrypts the current note. The original note will be replaced by a new note which contains an input line for the password, a keyboard view for easier password entry and a Decrypt button. DecryptionThe encrypted note can be decrypted by entering the encryption password and tapping the Decrypt button. The original note will be restored while the decrypted note is kept. Re-EncryptionA decrypted note can be modified and then re-encrypted through the Re-Encrypt action from the action menu. Re-encryption updates the encrypted note and removes the decrypted note. For security reasons, a decrypted note will be deleted automatically if it has not been re-encrypted. Deletion takes place when the Newton is switched off or The Fish is removed from the system. It is however possible to unprotect a decrypted note to prevent it from being deleted automatically. To unprotect a decrypted note, simply use the Unprotect action from the action menu of a decrypted note. The Password List StationeryThe package adds a new type of Notes stationery. It can be used to maintain lists of passwords which then can be encrypted with the Fish. It’s usage is straightforward through the New, Edit and Delete Buttons. ImplementationThe Fish uses the reference Blowfish C implementation by Bruce Schneier with the added NewtonScript layer by Sean Luke. To Do List
|