Client Soft on desktop / laptop
For MS Windows XP/7/8/10 Download and run this installer
1. Download Source code archive and unpack in the folder;
2. Open terminal (console) and go to that folder.
3. Run command `make`
4. Run command `sudo make install`
Obligatory software to use script:
- Python 2.x version >= 2.4 - 2.7 (priority v.2.7)
- python module "argparse"
- python module "pycrypto"
Manual install
Install pip from official repository.
sudo pip install argparse sudo pip install pycrypto
Download Python script privtext.py and save to any of your folders.
* Note: If you are using linux/unix perform the following command:
sudo cp [your_folder_path/]privtext.py /usr/bin/privtext
Using client as local service "privtext" i.e. without full path to Client script.
Automate install:
For linux/unix OS with package manager as apt-get or yum you can run `install.sh` from archive with all needed commands.
HELP:
Run CMD / console / terminal:~@~: privtext -h usage: privtext [-h] [-t SOME TEXT] [-f FILE PATH] [-o FILE PATH] [-k PASSWORD LENGTH] [-p ENCRYPT PASSWORD] [-l {right,1hour,1day,3days,1week,1month}] [-e NOTIFY EMAIL] [-v] Create your private note. ------------------------- We do not have an access to your data, since a decryption key is not stored. We only generate a key, crypt your data, and return you the key. We use 256-bit symmetric AES encryption. ------------------------- optional arguments: -h, --help Show this help message -t SOME TEXT, --text SOME TEXT Run script with your text. -f FILE PATH, --file FILE PATH Run script which enters your file and makes link for each row within (max 30 rows) -o FILE PATH, --outfile FILE PATH Saves the info to the specified file -k PASSWORD LENGTH, --keysize PASSWORD LENGTH Set secret password length for password generator. -p ENCRYPT PASSWORD, --password ENCRYPT PASSWORD Set custom user's password -l {afterread,1hour,1day,3days,1week,1month,1year}, --lifetime {after read,1hour,1day,3days,1week,1month,1year} Set time live for your Note. -e NOTIFY EMAIL, --email NOTIFY EMAIL E-mail to notify when Note is destroyed. -v, --verbose Print the Python version number and exit ------------------------- * NOTE: key's value `--text`, `--file`, `--outfile`, what have one or more space - It must be incapsulate by " or ' -------------------------Run with no options by double click or `Enter` button:
You’ve run program by double click or `Enter` button. For more details, try to run from terminal (command line) `privtext -h` or `privtext --help` Now, please enter your Note: YOUR_NOTE
Secured
We do not have an access to your data, since a encryption key stored on the Client’s side, while server delivers the encrypted data only. The software generates a key, encrypt your data and return you the secured URL. We would like to offer you the usage of 256-bit symmetric AES encryption.
Data life
You could manually set the data life for your Note.
Max data life is 1 year, then it will be deleted automatically.
Fast & Useful
You can use the service within Python, Binary Clients, without any limits concerning amount of links to be generated.