base64 - Forum

Forum Navigation
You need to log in to create posts and topics.

base64

hi.

in visual neo win

how can i encode a string to base64 format or decode it ?

Hi This plugin seems to have function you need

https://zmware.rcmediaservices.net/zmwcliptricks/

aster has reacted to this post.
aster

great plugin . but dos not have base64 :(

@aster VisualNEO Win latest version includes file to base64 and base64 to file conversion.
Please take a look at [MimeStream] global variable to know more.

Regards.

aster has reacted to this post.
aster

Hi @aster

You can use zmwTextEncryption function in zmwcliptricks but don't use any password so it will be encoded in base64 same procedure for decode.

aster has reacted to this post.
aster

@luishp  yes . i saw tnks for help

and

it can encode file to base64 and decode that encoded file

but i want decode a file content or string that already encoded

so if i take that file to MimeStream it will be double encoded and after decode it still remain encoded .

can i insert that already encoded file to MimeStream witout encoding again ?. then i can extract from MimeStream and it will decoded

 

any way tnks to @hpw . i found encode and decode file base64 in hpwutility plugin and its do the work :)

luishp has reacted to this post.
luishp