DevSecOps for the testing team
Q: What testing tools are suggested for data privacy assessment?
Data life cycle | Testing key points | Suggested testing tools |
Transmission of data |
| SSLyze, NMAP, Wireshark |
Storage of data |
| TruffleHog: https://github.com/dxa4481/truffleHog |
Encryption of data | No uses of weak encryption algorithms, such as MD5, RC4, Jackfish, and Tripple DES | Code-scanning tools: https://github.com/floyd-fuh/crass/blob/master/grep-it.sh |
Data access and auditing |
| AuthMatrix: https://github.com/SecurityInnovation/AuthMatrix |
Removal of data |
| GCORE WinHex: https://www... |