![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Encrypting File System with Additional Features
Hi guys. My thesis for college is a system that encrypts and decrypts images and text. Obviously, the main issue here will be security, but here's the thing: to satisfy my panelist, he says that I should add more features that reaches beyond security, meaning give more features which are just about security. I've researched some on the net, but some features seem to be more about security. So, I was wondering if you guys could help me out by giving me some ideas for more features beyond security. This would greatly help me. Thanks.
![]()
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Compression/decompression? Slick, minimal, but effective and attractive UI?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Hey DaWei, thanks, that will help. I'll give credit to you on my documentations.
![]()
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
Archive, Backup/Restore ?
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#5 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Infinite Recursion, YEAH, that will do also...I'll add you too on my documentations in the credits section...Umm...I'll just need your full name
![]()
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 215
Rep Power: 3
![]() |
Maybe this will help:
html version or : pdf version There are a lot of algorithms out there for compression including huffman, shanon-fano, lz77 etc. While for encryption the des, rsa etc.
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
#7 |
|
Programming Guru
![]() ![]() ![]() |
No need for credit. When you're done, maybe you can post the project here for us to take a look at.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
Look at different public and private keys. So you give someone a public key and it can ONLY encrypt the data where as a Private key can ONLY decrypt the data.
|
|
|
|
|
|
#9 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Ok, I'll take a look at it, PhilBon...Thanks.
Infinite Recursion, sure I'll post it here...
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| converting string to float | beginnerCCC | C | 22 | Oct 3rd, 2006 12:59 AM |
| OnlineTextEditor.Com! | Sane | Show Off Your Open Source Projects | 43 | Jun 16th, 2006 9:55 AM |
| After execution - Error cannot locate /Skin File? | wchar | Visual Basic | 1 | Mar 5th, 2005 10:04 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 5:12 PM |