Skip to content

Conversation

@inonwir
Copy link

@inonwir inonwir commented Jul 6, 2025

Add md5FromFile to StringUtils for computing file checksums

  • Adds a new method md5FromFile(String pathToResource) that computes the MD5 checksum of a file's contents.
  • Complements the existing md5(String input) for strings.
  • Inspired by a common StackOverflow pattern for file hashing.

Add md5FromFile to StringUtils for computing file checksums
@Jackckr
Copy link
Collaborator

Jackckr commented Jul 6, 2025 via email

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.

2 participants