#177823 - Urben - Sat Mar 23, 2013 2:27 am
Hi, Im a beginner and my project is:
A texteditor, where I can:
I want to use it to save passwords and some other private informations I could need sometimes underway.
The problems:
So, how should I start? Ideas? Help? Similar projects?
A texteditor, where I can:
- create textfiles (~1000 characters big)
- encrypted them with a long password
- strong encryption, fast decryption
- edit the text
- at least the small ascii character set
- multiple textfiles with individual passwords
- textfiles saved as savedgames
- hardware: EZ Flash IV + GBA Micro
I want to use it to save passwords and some other private informations I could need sometimes underway.
The problems:
- never programmed in C, but something like C++
- looking for good tutorials (especially for pointers)
- the EZ Flash saves the unwritten data when shut down (secure problem)
- which encryption? How about this compact AES?
So, how should I start? Ideas? Help? Similar projects?