Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Python MD4 Message Digest Algorithm Implementation

This repository contains a pure python3 implementation of MD4 Message Digest Algorithm. Use it if you need to look at the code, otherwise try some other good ready-made solutions

Usage

from md4 import MD4

md4 = MD4()
md4.update('message you want to hash')
md4.hexdigest()

Tests

I have provided some tests to check if the code works properly. To run use pytest-3

pytest-3 test.py

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages