hluk / hluk/CopyQ

Built-in item encryption/decryption

Open
#641 6 comments 2 reactions 0 assignees View on GitHub
feature
Dominant language
C++
Stars
12.3k
Forks
593
Avg merge
2d 8h
Merged PRs (30d)
9

Description

Currently there is ItemEncrypt plugin which handles item encryption/decryption and passwords through GPG client. Big downsides are:
- user have to install GPG,
- CopyQ uses it's command line which may change (it isn't API).

More appropriate would be to use (and bundle with the app) a simple library (or two) with stable API to handle encryption/decryption and passwords.

Libs to try:
- [GPGME](https://www.gnupg.org/(es)/related_software/gpgme/index.html) ([docs](https://www.gnupg.org/documentation/manuals/gpgme/)) - needs to be compiled on Windows

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.