Discussions tagged Encryption

I already posted this as a bug, but if anyone has any other suggestions: There seems to be an issue with SymmetricDecrypt not returning the full decrypted message. Given the following values -- these are all hex values:encrypted data: 158ABE1495B20...
I am using the SnapDevelop 2021 Powerscript to C# migrator tool.  I received the not supported errors on the CrypterObject. as shown below: // [ERROR0008] Translation of the enum value(AES!) is not supported. // [ERROR0008] Translation of the enum v...
Hi all,With our 64-bit system I've been asked the question relating to the way our it stores passwords (in a text file or in a table or in the Registry):Can the stored password be encrypted using AES-256 strength?I've read about the new CrypterObject...
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...
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...
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...
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...
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...
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...
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