Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
2
Task/MD5/Lasso/md5-1.lasso
Normal file
2
Task/MD5/Lasso/md5-1.lasso
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Encrypt_MD5('Welcome all Rhinos!')
|
||||
//80ba88ee2600e9e9b36e739458c39ebd
|
||||
12
Task/MD5/Lasso/md5-2.lasso
Normal file
12
Task/MD5/Lasso/md5-2.lasso
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
local(test = map(
|
||||
'a' = '0cc175b9c0f1b6a831c399e269772661',
|
||||
'abc' = '900150983cd24fb0d6963f7d28e17f72',
|
||||
'message digest' = 'f96b697d7cb7938d525a2f31aaf161d0',
|
||||
'abcdefghijklmnopqrstuvwxyz' = 'c3fcd3d76192e4007dfb496cca67e13b',
|
||||
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' = 'd174ab98d277d9f5a5611c2c9f419d9f',
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' = '57edf4a22be3c955ac49da2e2107b67a'
|
||||
)
|
||||
)
|
||||
with a in #test->keys do => {^
|
||||
'testing: "'+#a+'": '+(Encrypt_MD5(#a)->asBytes == #test->find(#a)->asBytes)+'\r'
|
||||
^}
|
||||
Loading…
Add table
Add a link
Reference in a new issue