Results for: "Encryption"
Contents (34)
What is a JWT token and how does it work?
JWT tokens are a standard used to create application access tokens, enabling user authentication in web applications. Specifically, it follows…
read more
How to create PDF with JavaScript and jsPDF
Creating dynamic PDF files directly in the browser is possible thanks to the jsPDF JavaScript library. In the last part of…
read more
The ultimate cybersecurity checklist for programmers
In today's digital age, cybersecurity has become an essential concern for programmers. With cyber threats on the rise, it is…
read more
How to Send Email from an HTML Contact Form
In today’s article we will write about how to make a working form that upon hitting that submit button will…
read more
Network attacks and how to avoid them
Nowadays it is impossible to list all the different types of attacks that can be carried out on a network,…
read more