QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack

Web Security 12

Digital Signature using Web Cryptography API

This post is a part 4 of Web Cryptography API Tutorial post series. ⎘ Next post in the series is Passphrase Based Encryption using Web Cryptography API. ⎗ Previous post in the series is Asymmetric Encryption using Web Cryptography API. Suppose person A sends a document to person B. Person A doesn’t want Person B […]

8 years ago http://qnimate.com/digital-signature-using-web-cryptography-api/
Asymmetric Encryption using Web Cryptography API

This post is a part 3 of Web Cryptography API Tutorial post series. ⎘ Next post in the series is Digital Signature using Web Cryptography API. ⎗ Previous post in the series is Symmetric Encryption using Web Cryptography API. In this tutorial I will show you code example of how to generate keys of asymmetric […]

8 years ago http://qnimate.com/asymmetric-encryption-using-web-cryptography-api/
Symmetric Encryption using Web Cryptography API

This post is a part 2 of Web Cryptography API Tutorial post series. ⎘ Next post in the series is Asymmetric Encryption using Web Cryptography API. ⎗ Previous post in the series is Hashing using Web Cryptography API. In this tutorial I will show you code example of how to generate public key of symmetric […]

8 years ago http://qnimate.com/symmetric-encryption-using-web-cryptography-api/
Hashing using Web Cryptography API

This post is a part 1 of Web Cryptography API Tutorial post series. ⎘ Next: Symmetric Encryption using Web Cryptography API. In this tutorial I will show you code example of how to produce hash of data using Web Cryptography API. Converting String to Array Buffer and Array Buffer to Hexadecimal String If you need […]

8 years ago http://qnimate.com/hashing-using-web-cryptography-api/
Web Cryptography API Tutorial

This post is a part 23 of Advanced JavaScript APIs post series. Web Cryptography API provides JavaScript interfaces to perform cryptography operations like hashing, symmetric & asymmetric encryption and generating & verifying digital signatures. In this tutorial I will introduce you to the fundamentals of cryptography and Web Cryptography API. Uses of Web Cryptography API […]

8 years ago http://qnimate.com/post-series/web-cryptography-api-tutorial/
How does Google’s No CAPTCHA reCAPTCHA work?

Many websites have started integrating Google’s new No Captcha reCaptcha. It has a better anti-bot protection and user experience. Most don’t know how it actually works. In this article I will explain various techniques used by Google to detect bots. Is is a check box? Google asks users to click the check box to verify […]

Image8 years ago http://qnimate.com/how-does-googles-no-captcha-recaptcha-work/
Introduction to Subresource Integrity

Web technologies like TLS, HSTS and pinned public keys make sure that webpage resources are downloaded from the correct host. But these methods fail to verify if the downloaded resource is manipulated or not. For example, a attacker having access to the resource server can manipulate the resource(make it vulnerable to the app) and this […]

Image8 years ago http://qnimate.com/how-to-make-browsers-verify-fetched-resources-content/
Preventing CSRF Attacks In WordPress Using Nonces

WordPress nonces are a great way to protect from CSRF attacks which is very common throughout the web. In this article I will explain what is CSRF attacks and how to prevent these attacks in wordpress using nonces. What is CSRF Attacks? CSRF (Cross Site Request Forgery) is a type of attack in which requests […]

Image8 years ago http://qnimate.com/preventing-csrf-attacks-in-wordpress-using-nonces/
How Does HTTP Authentication Work?

We all use cookies to create a authentication system. But most of us don’t know that HTTP provides a authentication model which can be implemented within minutes by writing little code. In this post we will look at creating a authentication system using HTTP’s built in mechanism. What is HTTP Authentication? Authenticating users using HTTP’s […]

Image8 years ago http://qnimate.com/understanding-http-authentication-in-depth/
Page 1 of 212»
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    9 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    8 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    9 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
8 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
8 years ago
73 Comments
What is Multiplexing in HTTP/2?
7 years ago
61 Comments
Currently Viewed
HTTP/2 Compatibility with old Browsers and Servers
7 years ago
WordPress Settings API Validation and Sanitization
7 years ago
triangle-circle-css
Creating Triangles And Circles Using CSS
8 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license