Mini tools running as bookmarklets I made for my personnal usage.
Basic encryption/decryption pad.
Note: Since crypto is used, a secure context (https) is required.
๐/Ctrl-O: Open a file and replace current content. Prompt for the password if encrypted.๐พ/Ctrl-S: Save encrypted text to a file.๐/Ctrl-Shift-C: Copy encrypted text to the clipboard.๐: Store encrypted text as a bookmark.๐: Disable encryption/decryption.Ctrl-V: Insert clipboard data at current position. Prompt for the password if encrypted.Drop: Replace content with dropped data. Prompt for the password if encrypted.
MAGIC: Prefix string used to distinguish encrypted data from plain text. Defaults to๐.BOOKMARKLET: Specify whether the code is intended to be used as a bookmarklet. Defaults totrue.DOTS: Usepasswordinputs iftrue, plain text otherwise. Defaults totrue.DND: Drag and drop support iftrue. Defaults totrue.KBD: Support forctrl-c/ctrl-vandctrl-siftrue. Defaults totrue.DBG: Log errors iftrue. Defaults tofalse.SETTINGS: specify default text area size, and Base64-encoded data line length (0 means no formatting). Defaults to{cols: 40, rows: 30, fmt: 80}
- The host page returns to the top when the bookmarklet is closed if no element is focused.
Simple deterministic strong password generator. The generated password follows the usual rules (at least one lowercase and one uppercase letter, at least one digit, and at least one symbol), and can be re-created if needed using the same {name, key} pair. The names are not sensible (can be stored, not a big deal if leaked), and the key can be unique (one strong easy to remember password stored in your head only).
Note: Since crypto is used, a secure context (https) is required.
โ๏ธ: Open the settings dialog.๐: Copy the password to the clipboard.๐: Fill in all password fields in the host page.
HOST: Pre-fill the hostname of the host page in the โNameโ field. Defaults totrue.FILL: Support to fill the passwords of the host page. Defaults totrue.DOTS: Usepasswordinputs for theKeyfield iftrue, plain text otherwise. Defaults tofalse.
- The host page returns to the top when the bookmarklet is closed if no element is focused.