Bcrypt
Páginas: 10 (2460 palabras)
Publicado: 6 de noviembre de 2012
There are two kinds of cryptography in this world: cryptography that will stop your kid sister from reading your files, and cryptography that will stop major governments from reading your files. Hay dos tipos de criptografía en este mundo: la criptografía que evitará que su hermana pequeña de la lectura de sus archivos, y la criptografía que detendrá los principales gobiernos dela lectura de sus archivos. This book is about the latter. Este libro trata de la segunda.
-- Preface to Applied Cryptography by Bruce Schneier - Prólogo a Applied Cryptography por Bruce Schneier
Description Descripción
Bcrypt is a cross platform file encryption utility. Bcrypt es un archivo de plataforma cruzada utilidad de cifrado. Encrypted files are portable across all supportedoperating systems and processors. Los archivos cifrados son portátiles a través de todos los sistemas operativos y procesadores. Passphrases must be between 8 and 56 characters and are hashed internally to a 448 bit key. Las palabras de paso debe estar entre 8 y 56 caracteres y son ordenadas internamente a una clave de 448 bits. However, all characters supplied are significant. Sin embargo, todos loscaracteres suministrados son significativas. The stronger your passphrase, the more secure your data. El más fuerte de su contraseña, más segura de sus datos.
In addition to encrypting your data, bcrypt will by default overwrite the original input file with random garbage three times before deleting it in order to thwart data recovery attempts by persons who may gain access to your computer. Ademásde cifrar los datos, de forma predeterminada bcrypt sobrescribir el archivo original de entrada con basura aleatoria en tres ocasiones antes de borrarlo con el fin de frustrar los intentos de recuperación de datos por las personas que puedan tener acceso a su computadora. If you're not quite ready for this level of paranoia yet, see the installation instructions below for how to disable thisfeature. Si usted no está listo para este nivel de paranoia, sin embargo, ver las instrucciones de instalación para saber cómo desactivar esta función. If you don't think this is paranoid enough.. Si usted no cree que esto es suficientemente paranoico .. see below. ver más abajo.
Bcrypt uses the blowfish encryption algorithm published by Bruce Schneier in 1993. Bcrypt utiliza el algoritmo de cifradoBlowfish publicado por Bruce Schneier en 1993. More information on the algorithm can be found at Counterpane . Más información sobre el algoritmo se puede encontrar en Counterpane . Specifically, bcrypt uses Paul Kocher's implementation of the algorithm. En concreto, la aplicación utiliza bcrypt Paul Kocher en el algoritmo. The source distributed with bcrypt has been slightly altered from theoriginal. La fuente se distribuye con bcrypt ha sido ligeramente modificada de la original. Original source code can be obtained from http://www.counterpane.com/bfsh-koc.zip . Código fuente original se puede obtener de http://www.counterpane.com/bfsh-koc.zip .
Supported Platforms Plataformas compatibles
Bcrypt has been successfully tested on the following platforms: Bcrypt ha sido probado conéxito en las siguientes plataformas:
x86: x86:
FreeBSD, OpenBSD, Linux, Cygwin, Win32 FreeBSD, OpenBSD, Linux, Cygwin, Win32
Sparc R220: Sparc R220:
Solaris 2.7, 2.8 Solaris 2.7, 2.8
Sparc Ultra60: Sparc Ultra60:
Linux 2.4 Linux 2.4
Alpha: Alpha:
Linux 2.4 Linux 2.4
PPC G4: PPC G4:
MacOS X 10.1 SERVER MacOS X 10.1 SERVIDOR
PPC RS/6000: PPC RS/6000:
Linux 2.4 Linux 2.4
MIPS:MIPS:
Linux 2.0.34 (Cobalt) Linux 2.0.34 (cobalto)
HPPA 1.1 HPPA 1.1
HP-UX 11.0 HP-UX 11.0
No other operating systems have been tested, but most should work with minimal modifications. No hay otros sistemas operativos han sido probados, pero la mayoría debe trabajar con un mínimo de modificaciones. If you get bcrypt to compile without errors on any other platform or architecture, I'd...
Leer documento completo
Regístrate para leer el documento completo.