The BCrypt class

The security.BCrypt class lets you save passwords as BCrypt results instead of clear text.

If you need to store passwords on a database for instance, you can save them as BCrypt results instead of clear text. This makes them difficult to hack, as the time to generate one is expensive.