Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Matthew Parks / Matthew Parks (Matthew Parks)
Created: 01/25/2016
Components: Security
Versions: 11.0
Failure Type: Engineering Work Item
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description: Encrypt/Decryption with AES/CBC/PKCS5Padding ends up making pages timeout due to results taking too long to return page in under 60 seconds. Due to mutliple calls to function to encrypt results to page on building links to pages.
Steps to Reproduce: running attached file shows time to return with total time in seconds to return results with the above mentioned calls
Actual Result: Encrypt( str, urlKeyA, "AES", "HEX" ) return in 0 second and Encrypt( str, urlKeyA, "AES/CBC/PKCS5Padding", "HEX" ) takes 2 to 10 seconds to return
Expected Result: not exception or error given just not desirable results when a page might encrypt all data returned to a page to build a list of links or such.
Any Workarounds: My work around today is to use the less secure encryption method in lieu of a solution with AES/CBC/PKCS5Padding that is usable.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4110208
External Customer Info:
External Company:
External Customer Name: Matthew Parks
External Customer Email:
External Test Config: Windows OS, running CF 11 update 7.
Attachments:
- January 28, 2016 00:00:00: 1_testAES.cfm
Comments: