16.7 Docbase clone - crypto

Options
jaz123
edited June 21, 2023 in Documentum #1

We were doing docbase clone after the db clone. After the clone is completed , we updated the hostname and other bunch of dm_server_config, dm_acs_config,dm_jms_config,views etc as per guide. As we were planning to change crypto mode from 3DES to AES 256 we ran the scripts to clear the crypto key , generated new aek.key and then encrypted the db password, ldap password. Docbase came up as well as JMS without any error on logs.But when we do the initcrypto,c it doesnt work and gives error - java issue - java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES256/CBC/PKCS5Padding. is there any change to the done on the java.security file ?

Comments

  • RaulHancock
    edited January 8 #2
    Options

    It sounds like you've been busy with your Docbase clone and crypto mode change. It's great to see you're taking security seriously.
    Regarding the java.security error you're encountering, it seems like a provider issue. Without diving too deep into the technicalities, you might want to check your java.security file to ensure it's properly configured to support AES256 encryption. Sometimes, updates or changes in cryptography standards can impact these configurations.
    If you're still looking for information or assistance, I have a suggestion. You can also explore using a cryptomixer for crypto-related queries.