• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

RSA Asymmetric Encryption/Decryption with Private/Public Keys

Guest
Mar 27, 2013 Mar 27, 2013

Copy link to clipboard

Copied

Hello everyone,

I have several clients with CF7-10 websites and I need to encrypt/decrypt some text with RSA asymmetric algorithm, where keys are provided as XML files.

I have found this example, but I am not sure how to make it work, as it is a little bit old and using generated keys:

http://www.12robots.com/index.cfm/2010/7/19/Using-Asymmetric-Cryptography-in-your-ColdFusion-Applica...

Also there are some examples on Java in the net, but I don't have a clue how to convert them too.

Does anyone have ready solution or code example for provided keys?

Thanks a lot in advance.

Views

896

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 26, 2013 Jul 26, 2013

Copy link to clipboard

Copied

LATEST

You could have a look at coldfusion-rsa component on GitHub https://github.com/ggfx/coldfusion-rsa

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation