https://github.com/hisoka37/railspass
RailsPass is a Ruby on Rails-based password manager that offers secure password storage, and organization for users, simplifying online account management and enhancing security.
https://github.com/hisoka37/railspass
javascript ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
RailsPass is a Ruby on Rails-based password manager that offers secure password storage, and organization for users, simplifying online account management and enhancing security.
- Host: GitHub
- URL: https://github.com/hisoka37/railspass
- Owner: Hisoka37
- License: mit
- Created: 2023-10-21T15:45:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T20:23:52.000Z (over 2 years ago)
- Last Synced: 2025-04-02T09:21:31.690Z (over 1 year ago)
- Topics: javascript, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
πTable of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
>
**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.
## π Built With
> The Tech stack used in this project:
Full Stack
- ### Secure Password Storage:
- Utilize strong encryption algorithms to securely store user passwords in the database.
- Implement industry-standard practices for password hashing and salting to enhance security.
- ### User Authentication:
- 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.
- ### Intuitive User Interface:
- Design a user-friendly and intuitive interface for easy navigation and interaction.
- Employ responsive design principles to ensure accessibility on various devices.
- ### Password Sharing:
-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
### Prerequisites
To run this project you need:
- Code Editor (Vs Code)
- Terminal
- Install Ruby on your computer
- Install Rails on your computer
### Setup
Clone this repository by using the command line to your desired folder:
```sh
git clone https://github.com/Hisoka37/RailsPass.git
cd RailsPass
```
### Install
Install this project with:
```sh
cd RailsPass
bundle install (install all dependencies)
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Test
```sh
RSpec
```
>
π€ **Walid Hisoka Kabboussa**
- GitHub: [@githubhandle](https://github.com/Hisoka37)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/walidkb/)
- Twitter: [Twitter](https://twitter.com/kbwalid9)
- [ ] **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](../../issues/).
> 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](./LICENSE) licensed.