What's an encryption for storing/retrieving a set of api keys?
#1
Hi,

I'm self taught & making up a small program and wanting to store a set of api keys in a DB and decrypt them so i can make api calls, prob is i don't know what would be safest encryption/decryption to use.. i know a few one way encryptions, but not many decryptions ones, there might be many api calls either per min or per hour, (not sure yet., exactly how many api calls i'll be making) Can someone please suggest some crypto algorithms now, that i can look up and check?

Edit: i did just find Cryptojs, thoughts?

appreciate it, thanks a bunch.


Messages In This Thread
What's an encryption for storing/retrieving a set of api keys? - by Hopelessone - 06-28-2017, 12:27 AM