简体   繁体   English

适用于iOS / Android的AWS Mobile SDK中内置的网络的安全性如何?

[英]How secure is the networking built into AWS Mobile SDK for iOS/Android?

I'm looking to have access to dynamodb tables for a mobile app through the Mobile SDK. 我希望通过Mobile SDK访问用于移动应用程序的dynamodb表。 Mainly, I'd like to access public encryption keys stored in a dynamodb table, and perhaps even send encrypted personnal information data (dob, credit card numbers, etc) through the mobile sdk directly into Dynamodb via the SDK. 主要是,我想访问存储在dynamodb表中的公共加密密钥,甚至可能甚至通过移动SDK通过SDK将加密的个人信息数据(dob,信用卡号等)发送到Dynamodb中。

Can anyone give me insights as to how secure the connections might be with the mobile SDKs, and if this is a use case that we devs can bank on when using the AWS Mobile SDK? 谁能给我关于移动SDK的连接安全性的见解,以及是否这是我们开发人员在使用AWS Mobile SDK时可以依靠的用例? I'm mainly looking to find out if the SDK uses TLS or HTTPS to handle POST/PUT type calls to dynamodb. 我主要是在寻找SDK是否使用TLS或HTTPS来处理对dynamodb的POST / PUT类型调用。

Any guidance is highly appreciated 任何指导都受到高度赞赏

The AWS Mobile SDK for Android uses HTTPS by default unless otherwise specified. 除非另有说明,否则默认情况下,适用于Android的AWS Mobile SDK使用HTTPS。 https://github.com/aws/aws-sdk-android/blob/master/aws-android-sdk-core/src/main/java/com/amazonaws/ClientConfiguration.java#L91 https://github.com/aws/aws-sdk-android/blob/master/aws-android-sdk-core/src/main/java/com/amazonaws/ClientConfiguration.java#L91

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM