Tag: javascript


Found 3400 results for 'javascript'.


1) web-application - Important data can be modified from the developer console. What should I do?
2) encryption - Review of approach to client-side only hashing and encryption for web application
3) encryption - Solution to the ‘Browser Crypto Chicken-and-Egg Problem’?
4) tls - client/server trust after authenticating over HTTPS then dropping to plaintext?
5) javascript - Setting environment variables in package.json scripts under Windows
6) javascript - Read environment variables in Node.js
7) javascript - Correctly hiding database credentials
8) javascript - How do I pass command line arguments to a Node.js program?
9) javascript - What is the !! (not not) operator in JavaScript?
10) javascript - How to check whether a string contains a substring in JavaScript?
11) javascript - How to replace all occurrences of a string in JavaScript
12) javascript - Which equals operator (== vs ===) should be used in JavaScript comparisons?
13) javascript - var functionName = function() {} vs function functionName() {}
14) javascript - What does "use strict" do in JavaScript, and what is the reasoning behind it?
15) javascript - Unable to upgrade npm to npm@latest Mac
16) javascript - How to change NPM version?
17) javascript - What is the difference between Bower and npm?
18) javascript - How to set a cookie for another domain
19) javascript - CSRF protection with CORS Origin header vs. CSRF token
20) javascript - What is the most efficient way to deep clone an object in JavaScript?
21) javascript - JavaScript check if variable exists (is defined/initialized)
22) javascript - How do JavaScript closures work?
23) javascript - How can I remove a specific item from an array?
24) javascript - Get all unique values in a JavaScript array (remove duplicates)
25) javascript - How can I add new array elements at the beginning of an array in JavaScript?
26) javascript - For-each over an array in JavaScript
27) web-application - Obfuscating JavaScript code
28) javascript - Retrieving CSRF token from third party website form using XHR (JavaScript)
29) web-application - HOW is the malicious URL/payload is delivered to the user on a DOM based XSS attack?
30) xss - DOM XSS attack failing in Firefox
31) appsec - Without using SSL, what's the most secure way to make an AJAX request to a PHP page?
32) xss - Facebook's warning of self-xss
33) web-application - Can a browser JavaScript console ever be an issue?
34) encryption - Should I encrypt sensitive form data with JavaScript on the client?
35) xss - How should I mitigate the XSS vulnerabilities in KnockoutJS described at mustache-security?
36) xss - Understanding POST based XSS
37) xss - http_only for cookies with JWT tokens
38) web-application - Challenging challenge: client-side password hashing and server-side password verification
39) web-application - Hashing Passphrase in Client-Side JavaScript Rather than Server-Side -- Is it Viable?
40) encryption - How to protect an application from attackers with full read-access to the db?
41) web-application - Calling JavaScript functions from within a Style tag XSS
42) encryption - How To Prove That Client Side Javascript Is Secure?
43) web-application - What’s wrong with in-browser cryptography in 2017?
44) javascript - Preventing users from tampering with input
45) xss - XSS - history stealing
46) xss - How can javascript files represent a flash-based XSS vulnerability?
47) xss - Is it possible to read and extract HTTP request headers via JavaScript while performing XSS & CSRF? If so, how?
48) php - Session hijacking mitigation
49) exploit - Does a basic sudo-less Linux user or a sudo user but with a password for sudo offer enough security against webpages exploits?
50) web-application - How to prevent attacks against client side validations?