Options

RSA encryption

gmorrllegmorrlle Member Posts: 5
Hi

Has anyone had any experience encrypting data using RSA public keys on Navision?

I've been provided with a public key and need to be able to encrypt credit card numbers that are then sent to a text file along with additional non-encrypted information.

I’m sure the automation tools are available in Navision but I’m struggling finding or identifying them.

Any help or pointers much appreciated

Answers

  • Options
    nunomaianunomaia Member Posts: 1,153
    You can create a COM Object in .NET
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • Options
    gmorrllegmorrlle Member Posts: 5
    is there nothing already available in Navision? i've been looking at the employee potal codeunits which seems to do something using public keys.

    Regards
  • Options
    nunomaianunomaia Member Posts: 1,153
    If I'm wrong, that automation from EP are .NET components exposed has COM. You should only use them you have a EP license.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • Options
    nunomaianunomaia Member Posts: 1,153
    But yes, that supports the basic PKI functions
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • Options
    gmorrllegmorrlle Member Posts: 5
    I'm fairly certain your right, the EP granule would be required to access these components, which this particular client has no requirement for.

    Are there no standard .net com objects available for RSA encryption that you know of?

    Regards

    Ps. I have very little in the way of .net experience (just in case i ask any very basic questions).
  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Maybe you find this download useful: GnuPG Navision Interface
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    gmorrllegmorrlle Member Posts: 5
    Hi Luc
    Thanks for that, your a life saver.

    Kind Regards
Sign In or Register to comment.