Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Encrypted Notebook


  • Please log in to reply
1 reply to this topic
Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
This script presents a scriptlet library like interface. The difference is that it encrypts everything before saving. No unencrypted data is ever written to disk except the last window position.

This script can also serve as an example to new ahk users of having password authentication without saving the original password anywhere.

For greater security, I recommend you change the AuthCode setting at the top of script to any phrase and then compile it.

Script
(Uses RC4 encryption)

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Rabiator
  • Members
  • 292 posts
  • Last active: Aug 29 2016 09:29 PM
  • Joined: 17 Apr 2005
Ingenious! Not only that the RC4 implementation is very instructive, but the whole program ist very useful.