1 like
·
38 reads
2 comments
·Feb 21, 2023
Feb 21, 2023
Nice Blog ! , Is there any way you to secure the access key, I've come across programs that uses some kind of algorithm to encrypt the secret key. That could be amazing
·
·1 reply
Author
·Feb 22, 2023
Thanks for your kind complement and feedback. You can store your access keys in environment variables and read from there using os.get_env(). That's the standard practice. If you know a better way for access keys using some kind of encryption would love to have read. Would you be kind enough to drop a link here to an article?
·