Skip to content

Justin-Bytes-Code/Security-Drills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Drills

Security Drills are a Medium level project where I practice data prevention methods and other common security practices in C++ as well as mock up paperwork.


Features

  • Numeric Overflow Prevention
    • Specifically Wrap Around Practice.
  • SQL Injection Prevention
    • Practicing Stopping commonly SQL Injection attempts.
  • Buffer Overflow Prevention
    • Preventing Common Overwriting Memory mistakes.
  • Exception Handling
    • Specifically creating unique exception used for unit testing.
  • Unit Testing
    • Practicing standard unit testing methods to automate security checks.
  • Google Testing
    • Practicing standard Google testing methods to automate saftey checks.
  • Encryption Coding
    • Practiced The three E's. Encryption in rest, Encryption in flight, and Encryption in use.

Tools Used

  • C++
  • CPP Check
    • For static analysis
  • **Visual Studio Analyzer **
    • For Code Warnings.

About

Security Drills are a Medium level project where I practice data prevention methods and other common security practices in C++ as well as mock up paperwork.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages