OSDN Git Service

Implement encrypt/decrypt.
authorHirami <tomohisa.hirami@nifty.com>
Wed, 11 Apr 2012 13:16:36 +0000 (22:16 +0900)
committerHirami <tomohisa.hirami@nifty.com>
Wed, 11 Apr 2012 13:16:36 +0000 (22:16 +0900)
commit36c9431d2d6e834db95f0d34f17f2e208eaed551
tree1e7d2ba95a83e53fe98e45127a6995001c6e051a
parent1b7573c1819719ea43ae9fc53d6f66d28d527663
Implement encrypt/decrypt.

Encrypt/decrypt notes.
Open encrypted notes.
Save encrypted note.
17 files changed:
iOS/Tombo/COPYRIGHT.txt
iOS/Tombo/Tombo.xcodeproj/project.pbxproj
iOS/Tombo/Tombo/DetailViewController.h
iOS/Tombo/Tombo/DetailViewController.m
iOS/Tombo/Tombo/EditViewController.m
iOS/Tombo/Tombo/FileItem.h
iOS/Tombo/Tombo/FileItem.m
iOS/Tombo/Tombo/MasterViewController.h
iOS/Tombo/Tombo/MasterViewController.m
iOS/Tombo/Tombo/PasswordManager.h [new file with mode: 0644]
iOS/Tombo/Tombo/PasswordManager.m [new file with mode: 0644]
iOS/Tombo/Tombo/SinglePasswordDialog.h [new file with mode: 0644]
iOS/Tombo/Tombo/SinglePasswordDialog.m [new file with mode: 0644]
iOS/Tombo/Tombo/Storage.h
iOS/Tombo/Tombo/Storage.m
iOS/Tombo/Tombo/key-32.png [new file with mode: 0644]
iOS/Tombo/Tombo/key-48.png [new file with mode: 0644]