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.
- 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.