언어 설정

Menu
Sites
Language
How to save password from web account

Hello all!

For my application need to save password from web account.

I don't want to save password in uncrypted state on file system and I don't want storage encryption key in my app.

Is exist in Tizen passwords container, for example such as GNOME Keyring, where I can take my password in uncrypted state, but password will storage in crypted state?

Thanks for attention!

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 댓글
Chintan Gandhi
Hi Mikhail, The solution to your query is "Secure Storage" in Tizen. You can save your passwords in encrypted form in this area which will also give you a master password through which only you can decrypt the password. Just go through this content once it will surely prove you to be of great help . Go to Tizen IDE>Help>help contents>Eclipse Development Documentation > Workbench User Guide > Reference > Secure storage>Secure storage runtime options. Good luck:)
Mikhail Milovidov
Hi Chintan! Sorry, but I don't use IDE Eclipse. I develop from console. If you can please get me url where information that I need exist.
Chintan Gandhi
Hi Mikhail, Unfortunately the information about Secure Storage cannot be obtained from the online documentation. You need tizen IDE for the same. Anyways the below link has information about ecrypt decrypt apis. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fguide%2Fsecurity%2Fcryptography.htm kindly go through it. It will be useful. Thanks.