aiwalts.hashnode.devActivity 48: Documentation of Python SMTPIntroduction to SMTP and its Importance In this section, you will explain SMTP (Simple Mail Transfer Protocol), its role in email communication, and its significance. SMTP (Simple Mail Transfer Protocol) is a protocol used for sending emails across t...Dec 4, 2024·5 min read
aiwalts.hashnode.devActivity 46: Documentation of Python JWTIntroduction to JWT What is JWT? JSON Web Token (JWT) is a secure way to transmit information between parties as a JSON object, which is digitally signed to ensure data integrity and authenticity. How JWT Works JWTs are often used in authenticati...Dec 4, 2024·4 min read
aiwalts.hashnode.devActivity 44: Documentation of Python Flask Encryption and DecryptionWhat is Python Flask Encryption and Decryption? Encryption and decryption are two fundamental concepts in cryptography that are used to ensure the security of sensitive data. Encryption: The process of converting readable data (plaintext) into an un...Nov 28, 2024·5 min read
aiwalts.hashnode.devActivity 42: Documentation of Python Flask hashDocumentation of Activity 41: Python Flask Hash Introduction to Hashing In this activity, I explored the critical concept of hashing, a fundamental practice for securing sensitive information, particularly passwords. Hashing is a process that transfo...Nov 28, 2024·4 min read
aiwalts.hashnode.devActivity 41: Python Flask HashSetting up Activity 41 with the required endpoints for hash handling in Python Flask. This will include a POST and GET method for hashing, as well as login and register routes. Set Up Your Flask Project Create a New Project Folder: mkdir nicolas_p...Nov 26, 2024·5 min read