Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Last active June 16, 2026 14:25
Show Gist options
  • Select an option

  • Save jeffersonchaves/44382d21df97b93bc094f2e979b005fd to your computer and use it in GitHub Desktop.

Select an option

Save jeffersonchaves/44382d21df97b93bc094f2e979b005fd to your computer and use it in GitHub Desktop.
-- O hash abaixo corresponde à senha "123456" criptografada em BCrypt
INSERT INTO user (username, password) VALUES ('admin', '$2a$10$aunTZY0lOASZa1oWRChAz./cAC5v5rP.8By3IE7tBBgWl/kbTilMC');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment