Yureien / YABin

Yet another pastebin, simple but feature-rich, along with a CLI client
https://bin.sohamsen.me/
MIT License
142 stars 18 forks source link

Add a shell script #5

Closed Yureien closed 1 year ago

Yureien commented 1 year ago

The API is already available. A shell script needs to be created to easily upload pastes and fetch pastes. Should preferably support encryption/decryption and password protection.

Yureien commented 1 year ago

It seems a shell script won't be able to properly encrypt/decrypt without external dependencies (OpenSSL does not support AES-GCM). The best bet seems to be using Python + PyCryptodome to do client-side encryption/decryption.