You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
476 B
16 lines
476 B
# Tests for base64 and base224 modules
|
|
|
|
Name: Base64 encode
|
|
Run: ../obj/ucw/utils/ucw-basecode -e
|
|
In: Here are some test data
|
|
Out: SGVyZSBhcmUgc29tZSB0ZXN0IGRhdGEK
|
|
|
|
Name: Base64 decode
|
|
Run: ../obj/ucw/utils/ucw-basecode -d
|
|
In: SGVyZSBhcmUgc29tZSB0ZXN0IGRhdGEK
|
|
Out: Here are some test data
|
|
|
|
Name: Base224 encode & decode
|
|
Run: ../obj/ucw/utils/ucw-basecode -E | ../obj/ucw/utils/ucw-basecode -D
|
|
In: Some more test data for 224 encoding
|
|
Out: Some more test data for 224 encoding
|
|
|