Re: usb memory sticks



if wrote:
I see some sticks advertise built in encryption. Does anyone know if this
is truly standalone or does it depend on software you install on the
computer? Any recommendations for particular brands/models? We're looking
to get half a dozen 2GB sticks as cheap as possible.

Whether the data is actually stored encrypted on the device, or the device
simply needs a password to make it go is something to be investigated.

You can always use an encrypted ZIPfile. The encryption in ZIP files is
actually very strong, however it is subject to known-plaintext attacks* (Putting
a ZIP file (or any other archive for that matter) into an encrypted ZIP file
presents enough of a headache to prevent known-plaintext attacks though)

(and some ZIP-generating stuff runs from the command line, so is easy to script)

Jim

* Known plaintext attack: A method where the encryption key (not necessarily the
actual password used to encrypt data in the case of ZIP) can be recovered by
comparing encrypted data to unencrypted data that is similar enough. Microsoft
Word documents are a pleasure to crack, given the tendency to have lots of 0xFF
bytes from 0x50 to 0x1FF regardless of actual textual content.
(PS. In some countries, the above comments are probably an illegal circumvension
device, and illegal to know. Forget I said it...)
.



Relevant Pages

  • Re: encryption software for pendrive
    ... I need an encryption software to encrypt data on pen drive. ... well as if user forget password admin can decrypt it to access data. ... At my job we use the Kingston DataTraveler Secure drives. ... It's a hardware based encryption device, so you don't have to install any software on the machine. ...
    (Security-Basics)
  • Re: Encrypting Data in SQL 2000
    ... there is a rich encryption library that could ... be used at the application level to encrypt data before it is stored in ... and decrypt it after if is retreived. ... but what are my options in SQL 2000? ...
    (microsoft.public.sqlserver.security)
  • Re: Encrypting Data in SQL 2000
    ... be used at the application level to encrypt data before it is stored in the ... and decrypt it after if is retreived. ... And there are several third party 'Add-ins' to allow encryption via extended ... but what are my options in SQL 2000? ...
    (microsoft.public.sqlserver.security)
  • Re: PGP 2.6 plain encryption
    ... You seem to be referring to conventional encryption instead of public key ... current understanding is that when I encrypt data ... with an asymmetric key, ...
    (comp.security.pgp.discuss)
  • Need help cracking ExpressPCB schematic format
    ... ".sch" format. ... so known-plaintext attacks are possible. ... So there's some encryption going on. ... the underlying format can probably be worked out. ...
    (sci.crypt)