Base32/Base64 Encoding In PowerBuilder

PowerBuilder Base32 Encode Using API
PowerBuilder Base32 Decode Using API
PowerBuilder Base64 Encode Using API
PowerBuilder Base64 Decode Using API

base32/base64 encode/decode with older Powerbuilder versions. Powerbuilder new version supported.

share source code base encoding c++

Base32/Base64 Encoding In PowerBuilder
Base32/Base64 Encoding In PowerBuilder 1

Code Example.

n_base from nonvisualobject

w_main from window

Find Projects On Github click here

Good Luck!

Was this article helpful?
Subscribe
Notify of
guest
11 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Bunker
Bunker
2 years ago

Hello
because google on May 31 will not allow less secure applications
An example with both SMTP and POP3 would be very good, how to send and receive emails with the new Google authentication protocols
Thank you so much

Bunker
Bunker
2 years ago
Reply to  PassWords

Hello
Thanks a lot!!
Regarding the examples in TopWizard and Bruce, I couldn’t get the version on pbnismtp_vs2019 to work
If it works having enabled allow less secure applications
what will be deleted by Google

yoga
yoga
1 year ago

kenapa ini tidak jalan di powerbluider v 7.0

yoga
yoga
1 year ago
Reply to  PassWords

yoga
yoga
1 year ago
Reply to  PassWords

sya melakukanya seperti ini :
–of_base64 —
String ls_result, msg

msg = ‘testbase64’
ls_result = Getbase64encode(msg)
uf_pressok(ls_result)

Return ls_result

Local External Functions
Function String GetBase64Encode(String as_msg) Library “BaseEncoding.dll” Alias For “GetBase64Encode”

yoga
yoga
1 year ago
Reply to  PassWords

with the link above. when accessing the .dll library file there is no response. is there something special for powerbluider v 7.0 to be able to call the .dll library. thanks

yoga
yoga
1 year ago
Reply to  PassWords

trimakasih. ini sudah jalan. tetapi type : base64 SecretKey . cuma sedikit , penyesuaian

11
0
Would love your thoughts, please comment.x
()
x