Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
TheAlgorithms
/
JavaScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5.8k
Star
34.3k
Code
Issues
22
Pull requests
192
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
feat: Added MD5 hashing algorithm
- #1519
#1519
Merged
raklaptudirm
merged 16 commits into
TheAlgorithms:master
TheAlgorithms/JavaScript:master
from
ManpreetXSingh:md5
Copy head branch name to clipboard
Oct 30, 2023
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat: Added MD5 hashing algorithm
#1519
raklaptudirm
merged 16 commits into
TheAlgorithms:master
TheAlgorithms/JavaScript:master
from
ManpreetXSingh:md5
Copy head branch name to clipboard
Commits
Commits on Oct 12, 2023
feat: Added MD5 hashing algorithm
ManpreetXSingh
committed
cb4603c
View commit details
Copy full SHA for cb4603c
Browse repository at this point
Added wiki link
ManpreetXSingh
committed
03466f2
View commit details
Copy full SHA for 03466f2
Browse repository at this point
Commits on Oct 20, 2023
Remove spam?
ManpreetXSingh
committed
39bd146
View commit details
Copy full SHA for 39bd146
Browse repository at this point
Fix extend towards end
ManpreetXSingh
committed
8244cf8
View commit details
Copy full SHA for 8244cf8
Browse repository at this point
Commits on Oct 21, 2023
Return Uint32Array in MD5 function
ManpreetXSingh
committed
6226cf4
View commit details
Copy full SHA for 6226cf4
Browse repository at this point
Preprocess function now works on uint arrays
ManpreetXSingh
committed
f35a935
View commit details
Copy full SHA for f35a935
Browse repository at this point
chunkify U32Array instead of string
ManpreetXSingh
committed
d33e1c4
View commit details
Copy full SHA for d33e1c4
Browse repository at this point
Remove all string related functions
ManpreetXSingh
committed
b9201b2
View commit details
Copy full SHA for b9201b2
Browse repository at this point
Replace typed arrays with named variables
ManpreetXSingh
committed
2a8daf7
View commit details
Copy full SHA for 2a8daf7
Browse repository at this point
Commits on Oct 28, 2023
Fix "Replace typed arrays with named variables"
ManpreetXSingh
committed
d42ae6e
View commit details
Copy full SHA for d42ae6e
Browse repository at this point
Return Uint8 Array in MD5 function
Show description for af2684d
ManpreetXSingh
committed
af2684d
View commit details
Copy full SHA for af2684d
Browse repository at this point
Add tests
ManpreetXSingh
committed
4a6ff69
View commit details
Copy full SHA for 4a6ff69
Browse repository at this point
Fix docstrings
ManpreetXSingh
committed
c8d97df
View commit details
Copy full SHA for c8d97df
Browse repository at this point
Commits on Oct 29, 2023
Introduce hexMD5 function
ManpreetXSingh
committed
62682ce
View commit details
Copy full SHA for 62682ce
Browse repository at this point
Change test string
ManpreetXSingh
committed
efbd5cc
View commit details
Copy full SHA for efbd5cc
Browse repository at this point
Format test file
ManpreetXSingh
committed
5fdf178
View commit details
Copy full SHA for 5fdf178
Browse repository at this point
You can’t perform that action at this time.