Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.19 KB

README.md

File metadata and controls

48 lines (39 loc) · 2.19 KB

ennote - Encrypted Note(s)

This is free and unencumbered software released into the public domain.

Visitor count

Info

This app is in alpha state, so it may be unstable or have unintended features.
App uses AES encryption.
Binaries may be updated, so check binary date/version.

Requirements

Windows XP (minimum)
.NET 3.5; for Windows XP: Download Link
(RAM usage is around 8MB)

Why reinvent the 'wheel?'

The objective was to make it uncopyrighted; meaning I do not claim any rights to the source code.

Tips

You can rename note by Ctrl+R or by double clicking title of the note.
You can save note as plain text by Ctrl+Shift+S and selecting "Text Documents" option.
You can open plain text by Ctrl+O, and after decryption fails, it will ask whether you want it to load as plain text.

Screenshot(s)

App screenshot
Right click on RTextbox
RTextbox context menu
Button "+" may be right clicked to see options such as:
Open... and Set current directory
Plus button context menu screenshot
Button "..." may be clicked, or right clicked to see options such as:
New Password, Delete Note, Register File Extension, Open Containing Folder.
... button context menu screenshot

Command Line syntax

progName <FileName> <Password> to open file with password.
or
progName <FileName> - to open file without password.
or EVEN:
progName <FolderName> - to set as working directory.
to set window position:
progName <FolderName/FileName> <Password> <X>x<Y> to open file with password.

  • Command example:
    • progName note.rte password123 100x100

License

All of files are Unlicensed. No rights are reserved.