MrJazsohanisharma
encryption

Encrypt string in python (Impossible to decrypt!)

In this tutorial, you will learn How to Encrypt a string in python. The encrypted value is impossible to decrypt. To do this, we need 3 modules, marshal{code} , zlib{code} and base64{code} . These modules are pre-installed in p…

Create Password Protected Python File (8 lines only!)

In this tutorial, you will learn How to create a Password protected python file with only 8 lines of code! This program will ask user for username and password. And if those credentials are incorrect,  it will exit the program. …

Load More
That is All