Hi Tito, Encrypting is good, but encrypting passwords is a terrible idea. Even if encrypted, you need to decrypt it in the client, so you are handing out a safe to a potential attacker, and then you deliver its key with it.
You are better of working with tokens. Check out Json Web Tokens. There are numerous libraries in almost all languages that can work with those, so you can create them in any backend you have. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
