mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #385] feature request - password alias #233
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @urwotu8 on GitHub (Jan 1, 2020).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/385
can we have password alias's in clipy please, with real secrets crypted in the db
ie right now clipy clips MySecretPass and it is there in my history and in the db.
I would like to mark some strings as "secret" in clipy UI and then be able to alias the string to "noreallythisisnotmypassword" or "bob" and have clipy store the real secret in some encrypted value in the db.
then when i retrieve "bob" from clipy, it instead decrypts the "bob" alias and retrieves the secret and pastes that instead