if (skipBcryptCompute) {
hashedPassword = "";
} else {
hashedPassword = BCrypt.hashpw(plaintext, BCrypt.gensalt());
}
public static final String COLUMN_WHERE_I_STORE_PASSWORD = "secretPassword";
--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/4Lzh158V2Mk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/DUB124-DS20E46D843339C06E01025D98E80%40phx.gbl.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/13138ec3-dd9c-4c02-a4f5-dbfc17bf9029%40googlegroups.com.