Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.41 KB

main security: bandit linting: pylint Code style: black

Password Salter

Password Salter (written from scratch in Python)

Supports dynamic & static salting, using a REST API to pull salts, & more!

Built to be dependency-less

This was done as part of an assessment for Fullstack Academy, used to test knowledge CI/CD pipeline deployment, AWS Lambda functions, among others. Click here for a video presentation I gave breaking down this project.

This project uses:

Environment Variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_DEFAULT_REGION`