Suggestions for a simple

Suggestions for a simple "childproof" encryption

Secure Home | Search | About
 General Computer Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Suggestions for a simple "childproof" encryption Gorgen Givik 01-05-2005
Posted by Gorgen Givik on January 5, 2005, 2:09 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Hello
I writing a program in C++ using VC 7.1 targeted for NT4 and Win2000.
I have looked on the ATL lib CCryptKey and the other fellas in atlcrypt.h.

I am a little bit reluctant to bring all this in when all I need is a
"childproof" encrypt/decrypt to ensure people are not hacking in a
certain file.

The code will be run in a fairly secure environment on a single machine
within firewalls at factories. The permission of the users are fairly
limited, they can't install program for example.

Do you have any other suggestions or some good place to read agout how's
the cryptography is made. I have fairly extensive experience as
electrical engineers go but have never been in miles of cryptography before.

Thanks in advance /Gorgen


Posted by Bill Unruh on January 5, 2005, 3:26 pm
If you were  Registered and logged in, you could reply and use other advanced thread options

>Hello
>I writing a program in C++ using VC 7.1 targeted for NT4 and Win2000.
>I have looked on the ATL lib CCryptKey and the other fellas in atlcrypt.h.

>I am a little bit reluctant to bring all this in when all I need is a
>"childproof" encrypt/decrypt to ensure people are not hacking in a
>certain file.

It depends on whom you are trying to keep out. If it is a casual user, then
anything will work. Just use say aes or blowfish to make the container.
On the other hand if your user is somewhat sophisticated, then it gets more
difficult. The fact that they cannot write to the machine is irrelevant. As
long as they can read from the disk they may be able to transfer the
program to another computer and play with it there. This is the reason that
dongles were invented. However they are highly user unfriendly and have
justifyably fallen out of use.
Another approach is to use keys and tie the key somehow to some physical
characteristic of the machine (MAC address for example), but again is user
unfriendly.


>The code will be run in a fairly secure environment on a single machine
>within firewalls at factories. The permission of the users are fairly
>limited, they can't install program for example.

>Do you have any other suggestions or some good place to read agout how's
> the cryptography is made. I have fairly extensive experience as
>electrical engineers go but have never been in miles of cryptography before.

>Thanks in advance /Gorgen



Similar ThreadsPosted
Looking for Suggestions on Hash Key Creation March 25, 2008, 5:42 pm
CD for Internet Cafe..suggestions for Contents May 15, 2005, 4:24 pm
Suggestions for programmer considering career change? March 8, 2006, 8:47 pm
simple network design August 13, 2007, 9:18 pm
Re: Seeking simple VOIP program November 18, 2007, 3:39 pm
Request for help with a hacker project, or simple question answer sought August 5, 2006, 10:00 am
SSL/https De-encryption July 6, 2004, 9:15 am
NTFS Encryption April 26, 2005, 6:31 pm
Encryption Key Storage August 25, 2005, 8:09 am
Email Encryption September 17, 2005, 12:20 am

The site map in XML format XML site map

Contact Us | Privacy Policy