|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
If I enable encryption for a table, what kind of encryption is used?
/Magnus |
|
#2
|
|||
|
|||
|
> If I enable encryption for a table, what kind of encryption is used?
The standard encryption - I think that's Blowfish with some standard key. At this point (with this level of encryption), people can't read your encrypted files with notepad, but anyone can read 'em with the EM. If you want it encrypted uniquely, you need to write your own encryption engine, which basically involves (at its simplest) getting hold of an existing encryption engine and changing the key to something proprietary. But, once you add this custom encryption engine to your nxserver.exe, any EM can still read it, because the nxserver it uses can read it. So you need to also make access to your nxserver.exe secured. HTH, Lauchlan M |
|
#3
|
|||
|
|||
|
Thanks Lauchlan!
/Magnus "Lauchlan M" <LMackinnon@Hotmail.com> wrote in message news:40b43d5e$1@wic040d.... > > If I enable encryption for a table, what kind of encryption is used? > > The standard encryption - I think that's Blowfish with some standard key. At > this point (with this level of encryption), people can't read your encrypted > files with notepad, but anyone can read 'em with the EM. > > If you want it encrypted uniquely, you need to write your own encryption > engine, which basically involves (at its simplest) getting hold of an > existing encryption engine and changing the key to something proprietary. > But, once you add this custom encryption engine to your nxserver.exe, any EM > can still read it, because the nxserver it uses can read it. So you need to > also make access to your nxserver.exe secured. > > HTH, > > Lauchlan M > > |
|
#4
|
|||
|
|||
|
> If you want it encrypted uniquely, you need to write your own
> encryption engine, which basically involves (at its simplest) getting > hold of an existing encryption engine and changing the key to > something proprietary. But, once you add this custom encryption > engine to your nxserver.exe, any EM can still read it, because the > nxserver it uses can read it. So you need to also make access to your > nxserver.exe secured. It should be pointed out that this type of table encryption will fit single-exe applications very well. -- Eivind Bakkestuen [NDD] Please, no email unless requested. Search Borland and third-party newsgroups here: www.tamaracka.com |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Data Encryption? | Ju Cheng Li | nexusdb.public.support.portal | 3 | 18th May 2010 01:41 AM |
| What encryption algorithm is used in NexusPortal | Lars Sondergaard | nexusdb.public.support.portal | 4 | 7th September 2009 10:20 PM |
| Alter table with encryption | Jeff Huang | nexusdb.public.support.sql | 5 | 8th October 2008 04:06 PM |
| table encryption | bruhmhaendoll | nexusdb.public.support.sql | 2 | 18th November 2003 05:50 AM |
| Simple XOR table encryption... | Tor Tveitane | nexusdb.public.discussions | 5 | 29th August 2003 08:38 PM |