Vertaling van "Bcrypt" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La gran mayoría de las contraseñas se encriptaron con un programa llamado bcrypt.
The vast majority of passwords were hashed with the utility called bcrypt.
Ambos se basan en el algoritmo bcrypt, que es lento por diseño.
Both are based on the bcrypt algorithm, which is slow by design.
Las cadenas de contraseñas se cifraron con Bcrypt y se añadieron con sal utilizando la aleatoriedad para dificultar el descifrado.
The password strings were encrypted using Bcrypt and further salted using randomness to make decryption more difficult.
Rails también proporciona una gema Bcrypt.
Rails also provides a Bcrypt gem.
Bcrypt es ampliamente reconocido como uno de los algoritmos de hash más fuertes disponibles en la actualidad, y tiene una funcionalidad de salado integrada en él.
Bcrypt is widely acknowledged as one of the strongest hashing algorithms currently available, and it has salting functionality integrated into it.
Bcrypt es un mecanismo para el cifrado de contraseñas que incorpora funciones de seguridad, como salt y múltiples fases de computación, para ofrecer una protección avanzada contra el crackeo de contraseñas.
Bcrypt is a password hashing mechanism that incorporates security features, including salting and multiple rounds of computation, to provide advanced protection against password cracking.
Es muy simple, y en efecto, Bcrypt hace imposible que alguien pueda acceder a la versión en texto de la contraseña si es que su base de datos se ve comprometida.
It's super simple, and (for all intents and purposes) Bcrypt makes it impossible for someone to reverse-engineer the plain-text version of a password should the database be compromised.
Codifique las contraseñas con Bcrypt.
Hash passwords with Bcrypt.
En las aplicaciones ya existentes, no es urgente pasarse a argón2, siempre que uses Bcrypt con unos parámetros de configuración suficientemente seguros.
In existing applications using Bcrypt with a reasonably high hashing cost, there's no immediate need to rehash all the passwords using Argon2i.
Existen varias librerías de Bcrypt para PHP que puede utilizar.
There are several Bcrypt libraries for PHP that you may use.
Hay funciones específicamente diseñadas para contraseñas, tales como PBKDF2 o Bcrypt.
There are functions specifically designed for passwords such as PBKDF2 or Bcrypt.
Primero, importamos bcrypt, que necesitamos para proteger las contraseñas.
First, we import bcrypt which we need to secure passwords.
Adicionalmente, todas las contraseñas que usted establece son almacenadas utilizando el estándar BCrypt.
Additionally, all passwords you set up are stored using BCrypt standard.