This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="selection.min.js"></script> | |
<script> | |
var selection = new Selection(); | |
selection.init(); | |
</script> |