TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Conceal, a fast Android crypto lib for SD storage.

32 点作者 jamesgpearce超过 11 年前

3 条评论

infinite_snoop超过 11 年前
Can this be used to hide API keys? It&#x27;s fairly trivial to decompile an APK file. As another poster pointed out the key for Conceal would need to be stored somewhere also.<p>Any ideas or best practises of hiding API keys? Google has not turned up much. This Stackoverflow suggests storing keys remotely, but surely that too would be trivial to hack:<p><a href="http://stackoverflow.com/questions/10203910/anti-hack-solution-for-a-secret-key-in-android-app" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;10203910&#x2F;anti-hack-soluti...</a>
subiye超过 11 年前
Hey guys I worked on Conceal, AMA
评论 #7140637 未加载
jffry超过 11 年前
If you&#x27;re encrypting the data, you&#x27;re encrypting it with some sort of key, which itself has to be stored on the device. Is that code sample using an Android library to get some secret key that is only accessible to the app in which it was generated, and no other app?
评论 #7140638 未加载