Edmond
Edmond
Hi @ismamz you can checkout font awesome: https://github.com/FortAwesome/react-fontawesome they implement it using a single icon component then use a prop to select a specific icon.
correction the salt error was not from `org.eclipse.jetty.util.security.UnixCrypt.crypt`, however the salt when specified seems to have no effect.
Thanks for the followup @joakime. Is there any other option then for specifying a hash parameter? I am currently using MD5 but that is out of favor and I would...
@joakime , my use case is for securing web app running in jetty. Basically a user creates a password, the hash (MD5:PASSWORD_HASH) is what's stored in the database and later...
@joakime I just realized some 7 years ago, I asked the same question regarding password hashing and got nowhere: https://www.eclipse.org/lists/jetty-dev/msg02883.html I am not sure how your suggestions address my concern....
@joakime Maybe in another 7 years I'll forget we had this conversion and start a new :) The webapp as with virtually all web apps uses form based authenticate with...
@BleedingDev @evansenter @logankilpatrick This remains an ongoing issue for developers, it is an API issue, ie not related to any particular SDK: https://github.com/google/generative-ai-go/issues/208 https://github.com/google-gemini/generative-ai-js/issues/177 https://discuss.ai.google.dev/t/http-500-error-for-file-apis/6362 And a bunch of other...
@tanishapritha My point in the main post was to simply propose a potential light-weight (ex using md5) option to deal with password hashing, there are already good solutions. Think of...