Skip to main content

Encrypt your files simply using 7-zip

How to lock your files very easily and fastest way:

In that time we all want privacy protection because our data are easily stolen by others 

The internet have lot of file locking Softwares these software's are highly secure and also it not a free 
But we don't want a high protection for all files .

In this post, I am sharing a simple file encrypting application 
that the software name was 7-zip 

The 7-zip was a one of the best file compression software in the world
it's fully free and very lite version 
its size was just 1 MB
And it have many features like file encrypting 

Okay…. how to encrypt your files using 7 zip

Download the 7-zip application from that link 
Encrypt your files simply using 7-zip
1=After  download the software open the 7-zip software

2=locate the file you want to lock

3= click  right click and then you see the 7 zip option

4= select the 7-zip option and click the “add to archive…”
then you saw the one configuration window
Encrypt your files simply using 7-zip

5=see this example image  set the compression level is “store”

6= And then you saw the encryption  option on the window

7=Type the password and the click okay

8= After the compression process your files store the zip format

9=if you open or extract the file ..it ask the password
Encrypt your files simply using 7-zip
if you open or extract the file ..it ask the password

10=if the password correct it shows the data otherwise It  shows wrong password

it used to encrypt your files in simple way. Note=if you forget your password for  decryption you could not recover your file so set a easily remember passwords

                    follow my facebook page  smarttricks123
    
                  https://www.facebook.com/smarttricks123/


       
                                    follow my  website



                         http://smarttricks123.blogspot.in/












Popular posts from this blog

Deploy Flask app on Heroku with example guide

Deploying a python flask app has many ways to do, and there is a lot of platforms available Here I am going to show how to deploy a python flask application on Heroku in a free plan Let's Get started I assume You already developed your flask application in your local environment, have a Heroku account, and have some basic knowledge of working with git and Command-line Interface. Else If you are new Python Flask, Checkout the amazing course from Pluralsight called Introduction to the Flask Microframework  by Reindert-Jan Ekker Signup-now with 50% offer why Heroku? Heroku Free account provides 550 free dyno hours and free domain Example: https://app_name.herokuapp.com.  Learn more at  Heroku Free Dyno Hours Heroku Provide some option to Deploy App:  First one is deployed your app by linking your GitHub repository with your Heroku Account Another one is using the Heroku Command-line Interface (Heroku CLI) by pushing the applicati...

#1 Build your first chatbot using Python and AIML

In the series of post, I am going to build own chatbot using python and AIML  How to build a Chatbot: In this series, we gonna develop our chatbot as a simplest as possible using python and the AIML is brain Chatbot using python and AIML what is AIML: AIML stands for Artificial Intelligence Markup language It looks like XML files, developed by Dr. Richard S. Wallace during 1995-2000,  It is a set of tags and patterned structure, constructed by question and answers It makes our chatbot brain as simple as possible python: Everybody knows what is python language, it's one of the popular programmings in time it has multiple packages available in their packages repository both internally and externally As on the list, AIML package also available is python. You can easily install the packages using python pip(python package manager), or any other ways. The package helps to read and learn t...

[Solved] Linux mint, Ubuntu audio problem

The Linux operating systems gets a gradual increase of  user base level and also it improves user-friendly interface and other essential components like windows  But anyway still some Linux users Face some problems in our systems, Most common was audio problem, sometimes the sound will be muted automatically,  The audio problem-related questions are most frequently question in Linux and ubuntu forums, somebody gets a solution or but still few struggled with this problem. I am also facing this problem in past weeks, afterwards, I can find the one solution In this post, I am sharing how to fix audio problem in Linux mint or Ubuntu systems Restart Alsamixer : Alsa mixer (Advanced Linux Sound Architecture ) is a Graphical mixer program used in Linux Mint and Ubuntu systems, sometimes it may be worked incorrect, so at this time the audio problems will be occur So try to Restart the program by using this command in terminal: ...