Skip to content

Conversation

@theiris6
Copy link
Contributor

@theiris6 theiris6 commented Aug 5, 2025

Description

This script performs a cryptographic security audit. It is compatible with macOS and Linux, and evaluates three key areas:

  1. Encryption usage and key management
  2. SSL/TLS configuration and certificate validation
  3. Plaintext sensitive data exposure

The results are saved to a log file and also shown in the terminal with clear pass/warn/fail indicators.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)
  • Documentation (update or new)

Testing Checklist

  • Tested in latest Chrome
  • Tested in latest Safari
  • Tested in latest Firefox

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have requested a review from ... on the Pull Request

-README file for the Cryptography Audit test
@netlify
Copy link

netlify bot commented Aug 5, 2025

Deploy Preview for ontrackdocumentation failed.

Name Link
🔨 Latest commit 1082c33
🔍 Latest deploy log https://app.netlify.com/projects/ontrackdocumentation/deploys/68c2d3c8c1a4940009510925

Copy link
Contributor

@martindolores martindolores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work so far! Looks good to me but there is some failing checks

Comment on lines +1 to +2
# Cryptographic Security Audit Script

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this needs a title like so

Suggested change
# Cryptographic Security Audit Script
---
title: Cryptographic Security Audit Script
---

Copy link
Contributor

@martindolores martindolores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed in meeting, to keep it consistent with other audits, this is fine. Great work :)

Copy link

@samindiii samindiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The deploy preview doesn't seem to work- maybe because of the failing checks. Had a look over the audit and it is structured well and written well! Great work :)

Copy link
Contributor

@ibi420 ibi420 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Iris, I’ve gone through your report and it looks good. In addition to Martin’s feedback, I recommend updating the report name from Readme to crypto_audit_documentation.md. The script runs smoothly and generates the report on my end. Other than that, everything looks fine. Thank you for giving me the opportunity to review your work.

@theiris6
Copy link
Contributor Author

Hello Iris, I’ve gone through your report and it looks good. In addition to Martin’s feedback, I recommend updating the report name from Readme to crypto_audit_documentation.md. The script runs smoothly and generates the report on my end. Other than that, everything looks fine. Thank you for giving me the opportunity to review your work.

Hi @ibi420 thanks for the suggestions and please check it’s renamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants