Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Revert EnCryption
Tue, Jan 25 2011 5:52 AMPermanent Link

Stefano Monterisi

Hi Tim,
I have problem with some customers that have to send data files frequently
to another location.
They soffers for big data files (encrypted) that cannot be compressed as the
equivalent not encrypted, so transmit files are much expansive.
How I can revert, at runtime, encrypted files to normal files?, Can I obtain
the original files in security and automatically only altering tables
deleting the password? (My zip utility don't comprise anything, there is a
component that can work better; I don't think due the nature of encrypted
files).
Naturally I intend DBISAM 4.

Thanks in advance!!
Stefano Monterisi


Wed, Jan 26 2011 3:33 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stefano,

<< I have problem with some customers that have to send data files
frequently to another location.They soffers for big data files (encrypted)
that cannot be compressed as the equivalent not encrypted, so transmit files
are much expansive.  How I can revert, at runtime, encrypted files to normal
files? >>

The only way to do so in "bulk" form is to alter the table and remove the
encryption, send the files, and then re-apply the encryption.  Of course,
you have to be careful when doing this to avoid exposing tables on disk in
an un-encrypted form.

An alternate way to do so would be to stream the table to a temporary file,
send over that file, and then load the stream file into an empty table on
the other end:

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4&product=d&version=7&topic=Loading_Saving_Streams

--
Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jan 28 2011 5:51 AMPermanent Link

Stefano Monterisi

Ok, Tim...
Thanks for help...

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> ha scritto nel
messaggio news:8E3A2A66-FDF8-4964-A327-8E9C0FC442ED@news.elevatesoft.com...
> Stefano,
>
> << I have problem with some customers that have to send data files
> frequently to another location.They soffers for big data files (encrypted)
> that cannot be compressed as the equivalent not encrypted, so transmit
> files are much expansive.  How I can revert, at runtime, encrypted files
> to normal files? >>
>
> The only way to do so in "bulk" form is to alter the table and remove the
> encryption, send the files, and then re-apply the encryption.  Of course,
> you have to be careful when doing this to avoid exposing tables on disk in
> an un-encrypted form.
>
> An alternate way to do so would be to stream the table to a temporary
> file, send over that file, and then load the stream file into an empty
> table on the other end:
>
> http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4&product=d&version=7&topic=Loading_Saving_Streams
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com
>

Image