r4ds / mentordash

Other
9 stars 4 forks source link

Add encryption. #58

Closed jonthegeek closed 2 years ago

jonthegeek commented 2 years ago

Only impacts deployment.

If you're using this locally, you'll need to save a .secret file, which should have 1 line with 32 random characters. stringi::stri_rand_strings(1, 32) can produce a suitable string.