Skip to content

A collection of Python projects aimed towards enhancing existing security and encryption solutions.

Notifications You must be signed in to change notification settings

RA1NCS/PyberSec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Collection

This repository contains a collection of projects developed in Python. The projects are:

  • Countdown Timer
  • Password Generator
  • ROT-13 Encrypter and Decrypter
  • Mini RSA Encrypter and Decrypter

Countdown Timer

A simple reverse timer. The Challenge for this project was to not use time.sleep(), but rather to just use the time.time() function to make the timer.

Password Generator

A password generator that can generate random and secure passwords. This project uses the random module to generate passwords and is a great way to learn how to handle strings in Python.

ROT-13 Encrypter and Decrypter

A simple ROT-13 encrypter that can encrypt and decrypt messages. This project is a great way to learn about cryptography and the basics of working with strings in Python.

Mini RSA

A simple implementation of the RSA algorithm. This project is a great way to learn about cryptography and the RSA algorithm.

About

A collection of Python projects aimed towards enhancing existing security and encryption solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages