https://github.com/valenradovich/encrypt
encryption methods and tests
https://github.com/valenradovich/encrypt
Last synced: 3 months ago
JSON representation
encryption methods and tests
- Host: GitHub
- URL: https://github.com/valenradovich/encrypt
- Owner: valenradovich
- Created: 2024-07-24T15:00:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T18:06:24.000Z (10 months ago)
- Last Synced: 2025-01-20T01:26:19.488Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# encryption
this repository is a extremely dummy example of how to use the `gpg` command to encrypt and decrypt files.## GnuPG
GnuPG is a free implementation of the OpenPGP standard. It is a tool that provides encryption and digital signature functionality. It is a command line tool with features for easy integration with other applications. GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). GnuPG allows you to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. GnuPG also provides support for S/MIME and Secure Shell (ssh).