I have a macro that takes Oath claims and private key and some other very sensitive information to return a bearer token. I wanted to know if there is any method or tool to protect this information. The current input format is in excel sheet which is obviously very insecure and open to all. It is important to provide this input and not just keep it in the macro itself
For example:
- Encryption
- Locking up the macro
- Password protection
P.S cannot share the workflow. Thank for your help and suggestions