github/swordfish

Secure notes

Closed this issue · 2 comments

Has there been any thought put towards supporting the storage of secure notes (i.e. freeform/arbitrary text content) in addition to storing authentication details? I’m not sure if we want to go down the line of having swordfish store all kinds of different special data types like some apps do (except credit card details maybe?), but maybe supporting a freeform text item type is worth thinking about?

Definitely. The data is just an encrypted JSON object, so it can hold anything.

On Jan 10, 2013, at 2:48 PM, Coby Chapple notifications@github.com wrote:

Has there been any thought put towards supporting the storage of secure notes (i.e. freeform/arbitrary text content) in addition to storing authentication details? I’m not sure if we want to go down the line of having swordfish store all kinds of different special data types like some apps do (except credit card details maybe?), but maybe supporting a freeform text item type is worth thinking about?


Reply to this email directly or view it on GitHub.

✨ Awesome! We should make sure that the possibility of multiple item types is factored into any design decisions (cc #1), as it’ll likely have a significant impact on the way navigation works and so forth.