Ec-25 / PyssWord-Encoder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%