Skip to content

feat: Add BCrypt hashing transformer#108

Open
avemoi wants to merge 1 commit intomarcelkliemannel:mainfrom
avemoi:feat/add-bcrypt-transformer
Open

feat: Add BCrypt hashing transformer#108
avemoi wants to merge 1 commit intomarcelkliemannel:mainfrom
avemoi:feat/add-bcrypt-transformer

Conversation

@avemoi
Copy link
Copy Markdown

@avemoi avemoi commented Mar 18, 2026

Adds a BCryptTransformer tool to the cryptography group, allowing users to hash passwords with a configurable cost factor (4–20) via the BCrypt library already present in the build.

Adds a BCryptTransformer tool to the cryptography group, allowing users to hash passwords with a configurable cost factor (4–20) via the BCrypt library already present in the build.
// -- Initialization ------------------------------------------------------ //
// -- Exposed Methods ----------------------------------------------------- //

override fun requestLiveConversion() {}
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Live conversion still triggers when the user types in the input. The intent of this no-op override was to prevent re-hashing endlessly when the user clicks the output area when live conversion check is true. Suggestions on the correct hook to disable source-side live conversion are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants