summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 846f03b..cb3bf44 100644
--- a/main.cpp
+++ b/main.cpp
@@ -15,9 +15,9 @@ void aff(std::string chaine);
//----- Program Start -----
int main(){
- HASHCrypt hash= HASHCrypt("Chaine");
+ HASHCrypt hash= HASHCrypt("Chaine de test");
- aff(hash.getMD5_32());
+ aff(hash.getMD5_128());
return 0;