Este contenido no está disponible en el idioma seleccionado.
4.3.4. Testing the ror40 Software Collection
To test the ror40 Software Collection:
- Install the ror40-rubygem-bcrypt-ruby package.
- Run the following command:
scl enable ror40 -- ruby -r bcrypt -e "puts BCrypt::Password.create('my password')"
$ scl enable ror40 -- ruby -r bcrypt -e "puts BCrypt::Password.create('my password')"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Verify that the output contains the following line:
$2a$10$s./ReniLY.wXPHVBQ9npoeyZf5KzywfpvI5lhjG6Ams3u0hKqwVbW
$2a$10$s./ReniLY.wXPHVBQ9npoeyZf5KzywfpvI5lhjG6Ams3u0hKqwVbW
Copy to Clipboard Copied! Toggle word wrap Toggle overflow