https://github.com/sanix-darker/css
Asymmetric encryption of the Clip Board to secure it with CSS(Copy Securely Secrets) with RSA encryption/decryption algorithms.
https://github.com/sanix-darker/css
clipboard pentesting security-tools
Last synced: about 2 months ago
JSON representation
Asymmetric encryption of the Clip Board to secure it with CSS(Copy Securely Secrets) with RSA encryption/decryption algorithms.
- Host: GitHub
- URL: https://github.com/sanix-darker/css
- Owner: Sanix-Darker
- Created: 2021-07-29T22:53:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T20:13:01.000Z (about 4 years ago)
- Last Synced: 2025-03-27T06:51:12.625Z (6 months ago)
- Topics: clipboard, pentesting, security-tools
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy Securely Secrets
A small bash script to securely copy/Paste content using RSA encryption/decryption.
## OS
- Linux
- MacOs (not tested)
- Windows (not tested)## Requirements
- `xclip` (available for linux, mac and windows)
- `openssl` (available for linux, mac and windows)## How to install
```
# Clone the repo
git clone https://github.com/sanix-darker/css.git# Add execute rights to the script
chmod +x ./css.sh
```## How it works
- For the generation of keys pair
```
./css.sh gen # or generate
# This will generate a .css/ dir at the home
```- Add ShortCut keys, so that you're going to execute command with combinations of keypad :
```
# For the secure Copy
${HOME}/css/css.sh enc # for Ctrl+Alt+C# For the secure Paste
${HOME}/css/css.sh dec # for Ctrl+Alt+V
```## About
- [darker](https://github.com/sanix-darker)