You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: