Skip to content

coding-wiki/learn-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn-security

Learn practises to help you achieve better security.

Philosophy

To start of, there is no such thing as a secure system. Security is relative, you need to be one step ahead of an attacker. The fabric of low-level architecture – binary and assembly give you full privileges from the start. Operating systems have permission models; however, these are complex systems which will always have vulnerabilities without some kind of break through.

Hashing

  • md5: Insecure and broken
  • SHA1: Insecure and broken
  • SHA256:
  • SHA512:

Authentication

Servers

Node.js

Express.js

Resources

https://expressjs.com/en/advanced/best-practice-security.html

Session Management

Resources

About

Learn best security practises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published