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...

Microsoft Unveils New Open Source Programming Language

Microsoft Unveils New (and Simpler) Open Source Programming Language Microsoft Research has introduced a new open source programming language called  Bosque  that aspires to be simple and easy to understand by embracing algebraic operations and shunning techniques that create complexity. Bosque was inspired by the syntax and types of TypeScript and the semantics of  ML  and Node/JavaScript. It's the brainchild of Microsoft computer scientist Mark Marron, who describes the language as an effort to move beyond the structured programming model that became popular in the 1970s. Marron believes we can do better by getting rid of sources of complexity like loops, mutable state, and reference equality.  This model builds on the successes of structured programming and abstract data types by simplifying existing programming models into a regularized form that eliminates major sources of errors, simplifies code understanding and modification, an...

What skills are required to become an Ethical Hacker?

What skills are required to become an Ethical Hacker? Ethical hacking is a lucrative career choice that most people would like to pursue. As an ethical hacker, you can either be employed to work in organizations or you can provide your services as a freelancer. Internet and systems security are two things that are giving most organizations a headache. This directly means that your skills as an ethical hacker will always be in high demand. In this article, we will introduce you to the common programming languages and skills that you must know as a hacker. 1. Programming skills: All the websites and all types of software have been developed by different programming languages. Hacking is all about gaining access to the foundation of the software. In order to access this foundation, you need to have a proper understanding of the  Programming Languages that was used to develop the software. As an ethical hacker, you should have a proper grasp of different programming languages. ...