Skip to content

A small python tool that allows you to quickly encrypt and decrypt any password with your own system.

Notifications You must be signed in to change notification settings

Ec-25/PyssWord-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

About This Project

This project is based on a small python tool that can encrypt and decrypt any password with its own Caesar-style encryption system.

This runs graphically on top of a TKinter layer, but it's just to make the tool more intuitive. If you wish you can use the Console version: -> in the main.py file:

  • Comment the line that executes the gui() and then uncomment the app() line.

photo_pyssword

Getting Started

Running Via Exe

Following these steps:

  1. Download project executable
  2. Execute PyssWord_Encrypter.exe

Running Locally Via Github (no install)

You can run this project locally by following these steps:

  1. Clone/download the repo
  2. Execute main.py

Prerequisites

  • python: 3.11.1
  • random -> randint
  • Tkinter
  • pyperclip>=1.8.2 -> copy

About

A small python tool that allows you to quickly encrypt and decrypt any password with your own system.

Topics

Resources

Stars

Watchers

Forks

Languages