Skip to content

Instantly share code, notes, and snippets.

View prateekkalra's full-sized avatar

Prateek Kalra prateekkalra

View GitHub Profile
https://www.guru99.com/web-security-vulnerabilities.html
https://auth0.com/blog/hashing-passwords-one-way-road-to-security/
https://crackstation.net/hashing-security.htm
https://blog.mozilla.org/webdev/2012/06/08/lets-talk-about-password-storage/
https://www.thesslstore.com/blog/difference-encryption-hashing-salting/
https://howhttps.works/https-ssl-tls-differences/
veracode.com/security/insecure-crypto
Cross-site request forgery (CSRF) is another common web vulnerability, in which
<script src="selection.min.js"></script>
<script>
var selection = new Selection();
selection.config({
facebook: true,
twitter: true,
search:true,
copy:true,
speak:true,
backgroundColor: 'crimson',
<script src="selection.min.js"></script>
<script>
var selection = new Selection();
selection.init();
</script>