Skip to main content

How to encrypt the text,files and folders using EncryptPad

How to encrypt the text,files and folders using EncryptPad



EncryptPad is an application for viewing and editing symmetrically encrypted text. Using a simple and convenient graphical and command line interface, EncryptPad provides a tool for encrypting and decrypting binary files on disk while offering effective measures for protecting information, and it uses the most widely chosen quality file format OpenPgp RFC 4880.

Unlike other OpenPGP software which main purpose is asymmetric encryption, the primary focus of EncryptPad is symmetric encryption

Features:

  • Graphical user interface as well as command line interface to encrypt and decrypt files.
  • portable (on Mac and Linux it can also be built with dynamic linking to libraries.
  • password and key file protection, which can be used separately or combined for double protection.
  • Random key file and password generator.
  • Encryption of binary files (images, videos, archives etc.);
  • Read only mode to prevent accidental file modification;
  • Can use cURL to automatically download keys from a remote storage;
  • UTF8 text encoding;
  • Windows/Unix configurable line endings;
  • Supports GPG and EPD (EncryptPad specific format) file formats;
  • Cipher algorithms: CAST5, TripleDES, AES128, AES256;
  • Hash algorithms: SHA-1, SHA256;
  • Integrity protection: SHA-1;
  • Compression: ZLIB, ZIP.
The application is useful for storing passwords, credit card information, and so on, either for personal use or for sharing a private file with someone.

Since files can be protected with both a key and a password in the same time, it means

EncryptPad is a good solution for cases in which you need to store sensitive information on uprotected media, such as a laptop, a memory stick, or unencrypted cloud storage.

It's important to mention that EncryptPad stores unencrypted text in memory. For this reason, the application developer recommends to close EncryptPad when not in use.

Steps to create a encrypted file:

1.Download EncryptPad and install it.

2.Then enter your text or files to encrypt.



3.Then you need set the password and the key for the file.

You can set the passphrase by going to Encryption->set passphrase and set your passphrase and make sure you set a strong passphrase.



4.Then you should set the key for the file so create the key
Go to Encryption->Generate Key and then set the path for the key to store by clicking the browse button.

5.Then you should create a password for that key file and make sure dont keep the same password for both the key and passphrase.

6.Then save the file and it will be saved as 'filename.epd" and all the way we had encrypted our file.

Decryption:

1.For decryption we should open the file "filename.epd" here filename refers to your filename.

2.You should enter the passphrase which you had entered while encryption

3.Then you should enter the path in which your key is stored by clicking browse.



4.Then you should enter the passphrase for the key and then click ok.

5.Output will be your requested file




I hope you enjoyed this post.Thanks for reading this post and please do share this post.

Comments

Popular posts from this blog

Top websites to learn programming and web development

Top websites to learn programming and web development Hey guys welcome to an another interesting post, In this post we will discuss about the top websites to learn programming and web development.As there are many websites available to learn programming but there is only few sites which provides an interactive way of learning and implementing in their own inbuilt compilers. As a learner it is recommended to visit these websites if you want to learn more about programing. This article gives you some basic information about some of those interactive websites that help you sharpen your existing knowledge on programming We will see some best sites to learn Python,java and web development which will be useful to learn and develop. Best websites for Python and Django: Python is a high level programming language which is popular now-a-days in industry.so there is a need to learn python to update from the current technologies so here is the list of all best website to learn python 1. L...

Best Laptop for programming in 2019

Best Laptop for programming in 2019 Hello, Programmers and Computer science students. Its Nov 2018 and you all must be wondering which laptop should I purchase for programming and coding that can be effortlessly utilized for up to 3-4 years. Before getting into the list of laptops with there pros and cons, I am assuming you are here because you want a laptop in 2019, especially for programming purpose. So let's see what kind of programming you are going to do in the near future. You May be thinking of going into Web Development, Mobile App Development, Or Artificial Intelligence and Machine Learning. So with that in mind, Here you will find a laptop to buy for 2019. For Web Development: Web development is considered to be the low resources and processing power Category. For web development, you don't need the top kind of Processor like i5,i7, Ryzen 7 etc. Instead, you can do web development with just an Intel Pentium, i3 or Ryzen 3 or 5 with 4gb of ram that'...

Top 7 Backend Web Frameworks To Use In 2019

Top 7 Backend Web Frameworks To Use In 2019 When it comes to web app development, frontend as well as the back end development, both play an important role in creating an amazing business website. The backend web frameworks consist of languages and tools used in server-side programming in a web application development environment. The key to the successful back end development of web applications is choosing the correct stack, learning new databases and programming languages and understanding the server architecture as well. Developers play a fundamental role in full stack web development as they create the central logic around which an application runs and dynamically integrates it with the front-end. However, there are few things to be considered while choosing the top backend web frameworks for your next full stack web application development project. - Ease-of-use - Speed - Documentation - Community In this Post, we will discuss some top backend web frameworks for back end...