Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 435 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 435 Bytes

awter-go

Otter URL shortner

Ability to shorten with passwords and also get the QR code for the link


Stack

  • Go
  • Chi
  • Redis/MySQL

Basic Functioning

Uses

  • nacl/secretbox to encrypt the main URL
  • scrypt to generate the key from the password
  • bcrypt to check the password

Upcoming

  • Testing
  • Documentation
  • Graceful shutdown
  • API

LICENSE