Small toolkit for easy creation and usage of various python scripts that work with embedded devices. core – contains most of toolkits basic functions databases – contains databases, like default credentials etc. interface – contains code that is being used for the creation and manipulation with interface modules – contains…
-
-
How To Encrypt / Decrypt Files in Ubuntu/Debian with Two Commands
In this tutz, I will discuss how to easily and quickly encrypt and decrypt files using very simple commands on Ubuntu First install ccrypt on Ubuntu using this command: sudo apt-get install ccrypt For Debian, run these commands: su - apt-get install ccrypt To encrypt a file, cd to its…
