Skip to content

A python app that offers basic encryption and a custom login dictionary for securely storing passwords during authentication.

Notifications You must be signed in to change notification settings

DevinDsilvaa/encrypted-authorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask User Authentication App

This web app provides secure encrypted authentication, ensuring your online safety. With a custom login dictionary for password storage, all encryption logic is inside the enc.py so check it.

Features

  • Custom Dictionary Encryption: Passwords are encoded using a predefined dictionary mapping for enhanced security. This ensures that passwords are not stored in plain text.
  • Login: Registered users can log in using their credentials.
  • Registration: New users can create an account and details will store in custom encryption
  • Session Management: Added simple session management for logout route

Lang Used

  • Python
  • Flask
  • JSON for user data storage
  • HTML for frontend templates

About

A python app that offers basic encryption and a custom login dictionary for securely storing passwords during authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published