Data crypting in Navision

ablondelablondel Member Posts: 6
Hi all,

I'm confronted to a problem for which I have no solution :

I do XML data exchanging with a third party software, and some of the data must be crypted, preferably by a pgp or aes encryption system.

But, despite all my searches, I didn't found anything useful for me ; all that I have to crypt will be mid-length strings (10-20 car.).

The best thing would be an ideal free_pgp_crypt_encrypt.ocx, but this does not exist.

Do you have ideas ??

Thanks

Arnaud Blondel

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    ablondel wrote:
    [...]
    But, despite all my searches, I didn't found anything useful for me ; all that I have to crypt will be mid-length strings (10-20 car.).

    The best thing would be an ideal free_pgp_crypt_encrypt.ocx, but this does not exist.

    Do you have ideas ??

    [...]

    Sure I have: GnuPG Navision Interface
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • ablondelablondel Member Posts: 6
    Hi,

    Thx for being so fast :D

    I already saw that, but all I have to crypt are caracters strings, not files.

    My rescue plan is to dump my string in a file and crypt it using you ocx, but I would prefer use an ocx like this (in a perfect world... :wink: ) directly in Navision :

    MyDecodedString := MyCrypDecryptOCX.Decrypt(CryptedString, PassPhrase);

    Thank you very much.
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    There are plenty of encrypt/decrypt dll/ocx out there: Search the web
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • ablondelablondel Member Posts: 6
    You're right, there's a lot of crypting/decrypting api available on the net, but they're all commercial, and expensive.

    My first wish, is a free ocx

    My second wish, is a cheap ocx

    ... :wink:
  • ara3nara3n Member Posts: 9,257
    JMail encrypts the email with pgp. It's free. See if you can use it to encrypt the body str and retreave it.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.