Skip to content

bbnbb/password-app-iris-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-app-iris-db

Application for storing passwords, contains the functionality of registration / authorization.

After registration, you have access to the functionality of storing passwords protected by an encryption key, individual for each user.

This application uses nativeAPI to work with IRIS.

How to use it

To start the application, clone project:

$ git clone https://github.com/bbnbb/password-app-iris-db

And run the commands:

$ docker-compose up -d 

Then open http://127.0.0.1:8011

go to http://localhost:8011/register , and add a user image

after that you will be redirected to the login page where you can log in image

in case of incorrect data, you will be shown an authorization error

after successful login you will be redirected to http://localhost:8011/dashboard page where you can manage your passwords. image

The functionality of viewing previously saved passwords is available (by clicking on *********), as well as copying to the clipboard by clicking on the corresponding button. As well as the functionality of deleting previously saved passwords.

To add passwords, a form for adding a password is provided. image

To edit the password, click on the corresponding icon, a modal window with an editing form will open image image

Technologies Used

  • Python
  • Iris-community
  • Flask
  • HTML/CSS
  • JavaScript

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published