Would encrypting the S3 keys in my binary be a good idea? How?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend you do not include them in your app. Put them on a server with a REST based interface and limit the possibilities of the single user on the server side.
When the user gets you S3 credentials they will be able to abuse them! And they will always be able to get them when you include them in your app.