Skip to content

owtotwo/MD5_in_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD5_in_Cpp

A MD5-encryption library implemented in C++.
Copyright (c) 2016 sysu_AT < owtotwo@163.com >

How to Use

Just use md5.h for your project and call the function in namespace MD5.

#include "md5.h"

std::cout << MD5::md5("abc"); // "900150983cd24fb0d6963f7d28e17f72"

Or if you want to build an executable file for md5 encryption, you could:

prompt> g++ main.cpp

or use other compiler like clang :

prompt> clang++ main.cpp

Add -std=c++11 flag whatever you want.

License

About

A MD5-encryption library implemented in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages