Base64 encoding for poor people.
Encodes given input string in base64.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | input |
Input string. |
||
character(len=:), | intent(out), | allocatable | :: | output |
Base64-encoded output string. |
|
integer, | intent(out), | optional | :: | error |
Error code. |