Edit readme
This commit is contained in:
parent
576253d425
commit
697d44fd35
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
Class organisation
|
||||||
|
=====
|
||||||
|
|
||||||
|
##CryptClass
|
||||||
|
> Contain all crypting algorithm, and use
|
||||||
|
**crypto++** library.
|
||||||
|
|
||||||
|
##IOFileClass
|
||||||
|
> Contain all class that manage IO in file.
|
||||||
|
*FileManIOFile* class load and save encrypted files, and use
|
||||||
|
class from *CryptClass*.
|
||||||
|
|
||||||
|
##ParserClass
|
||||||
|
> Contain class for parsing data (exemple: parsing a decrypted file from *FileManIOFile*.
|
||||||
|
|
||||||
|
##Coming soon:
|
||||||
|
>GTK+Class to manager GUI.
|
||||||
|
<br /><br />
|
||||||
|
|
||||||
|
PLEASE USE DOXYGEN COMMENTS
|
||||||
|
=====
|
Loading…
Add table
Reference in a new issue