YPYash Pandyainyashpandya.hashnode.dev·Jul 7, 2023 · 4 min readIntegrating AI/ML to your Final Year ProjectOverview Artificial intelligence (AI) and machine learning (ML) are becoming more prevalent in a variety of sectors. Integrating AI/ML into final-year projects for students obtaining BScIT, BCA, etc. can be an enjoyable as well as beneficial experien...01V
YPYash Pandyainyashpandya.hashnode.dev·Jun 25, 2023 · 3 min readPassword Hashing, Salting and PepperingHashing Password Password hashing is a cryptographic method that transforms a password into a unique value known as a hash. This hash value, and not the actual password, is then saved in a database. When a user signs in, their password is hashed and ...00
YPYash Pandyainyashpandya.hashnode.dev·Jun 19, 2023 · 3 min readToken AuthenticationWhat is token authentication? Token authentication is a way of confirming a user's identification by creating a unique and encrypted token that the user provides to the server when attempting to access a protected resource. Tokens are often short-liv...01T