📗Table of Contents
RailsPass is a Ruby on Rails-based password manager that offers users secure password storage, generation, and organization, simplifying online account management and enhancing security.
The Tech stack used in this project:
Full Stack
-
- Utilize strong encryption algorithms to securely store user passwords in the database.
- Implement industry-standard practices for password hashing and salting to enhance security.
-
- Create a robust user authentication system to ensure secure access to the password manager.
- Allow users to register, log in, and recover/reset their passwords securely.
-
- Design a user-friendly and intuitive interface for easy navigation and interaction.
- Employ responsive design principles to ensure accessibility on various devices.
-
-Allow users to securely share passwords with trusted contacts, with options for setting permissions and expiration dates.
Clone repo via cmd - https://github.com/Hisoka37/RailsPass.git
To run this project you need:
-
Code Editor (Vs Code)
-
Terminal
-
Install Ruby on your computer
-
Install Rails on your computer
Clone this repository by using the command line to your desired folder:
git clone https://github.com/Hisoka37/RailsPass.git
cd RailsPass
Install this project with:
cd RailsPass
bundle install (install all dependencies)
To run the project, execute the following command:
rails server
RSpec
👤 Walid Hisoka Kabboussa
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Twitter: Twitter
- Provide an offline mode
- Maintain a history of password changes.
- Offer browser extensions or integrations to streamline the autofill of login credentials on supported websites.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
We would greatly appreciate it if you could leave a comment about this project on our Twitter or LinkedIn accounts. Your feedback is important to us. Thank you.
This project is MIT licensed.