Barry @chiroptical.dev · Aug 26

Imagine I know nothing about cryptography. It shouldn't be hard. Does this look reasonable? (I'm planning on storing the key in the environment, my hosting provider can encrypt them which is why I thought base64 would be fine?). #erlang

1 likes 2 replies

?

Replies

Barry · Aug 26

Also, you can assume I know enough about cryptography not to re-use this key...

Barry · Aug 26

I need to store OAuth workspace tokens for my Slack bot, I figured I should encrypt them when writing to the database.