Discussions tagged Encryption
Db Profile setup - Encryption in transit using Sybase ASE 16
- How-to
- Last updated 3 months ago
- Chris Pollach @Appeon replied 3 months ago
Hello and good day to all!
We are attempting to implement encryption in transit for our client server application. I have searched the web and Appeon's Q&A and only found 1 discussion on setting up encryption in transit - it was for SQL Serv...
Using encryption for two columns on a DB2 database and PB17.
- How-to
- Last updated 10 months ago
- Miguel Leeuwe replied 10 months ago
We have to encrypt two columns on one DB2. We have set it up as a varbinary with a with of 32 characters.
Using an insert statement we added the column not problem;
INSERT INTO YCCFSSC5.BANK_ACCOUNT (TX_PRVD_ACCTN_NMBR)
VALUES(ENCRYPT('58672...
Information Required [ Appeon PowerBuilder 2019 Datatype Blob ]
- How-to
- Last updated 11 months ago
- Michael Kramer replied 11 months ago
I am working on some of features available in Appeon (PowerBuilder 2019) for upgrading from the old version. I need some information/help for the following topics
Converting Blob into string
I am encrypting the plain text using “SymmetricEncryp...
AsymmetricSign with external RSA key PB17
- Resolved
- Issue
- Last updated 1 year ago
- James Moore replied 3 months ago
I'm trying to generate and sign a JWT using a RSA private key generated from an external source in PB2017 R3. When I call AsymmetricSign, I get an "Invalid 'privKey' in AsymmetricSign" error.
I've read the article here, but it leaves out the part th...
Unexpected Character Set After Performing Base64Decode()
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
I'm currently using PB2017R3 and attempting to utilize the new CrypterObject and CoderObject functionality.
I have a text file that contains encoded / encrypted information. I wish to open the file, read the file contents and decode/decrypt var...
Hi,
We are trying to encrypt log on information using Asymmetric Encryption RSA 2048 using PB17 R3
The Public Key is being provided by another system using OpenSSH which we are receiving as a .PEM file.
When I try and use this Public Key to encryp...
Powerbuilder - Asymmetric Encryption using RSA
- Advice
- Last updated 1 year ago
- Phil Roth replied 1 year ago
Hi, Is there an option to use RSA Asymmetric encryption with a 2048 key using
OAEP padding, as we want to generate an encrypted value of 256 chars, and using PB2017 R3 it is only generating 128 chars?
e.g
lblb_data = Blob(a_sPassword, EncodingA...
Hi All,
I am trying to create JWT using PowerBuilder, using CrypterObject Object when I am doing the Encryption, Decryption and Sign using public and private keys which are generated using AsymmetricGenerateKey is working fine. Whereas my requiremen...
Password encryption/decryption in PowerServer Web
- How-to
- Last updated 1 year ago
- Thomas Rolseth replied 1 year ago
The new native CrypterObject is not supported in PowerServer web. To get around this I've been trying to utilize the bcyrpt and crypt32 dll's in windows with no success however. They always return a null value when I run the app in the web environm...
Hello,
I followed the example of the help to encrypt in MD5; however, the result is not as expected.
Let's see, this is the example:
Blob lblb_data
Blob lblb_md5
String ls_resultMD5
lblb_data = Blob("Test MD5", EncodingANSI!)
CrypterObject...
- Page :
- 1