
Tag archives for Decrypt
Hello,
I would like to present a solution in order to encrypt/decrypt the passwords of registry for example the password in the dfc.properties via Java programming with the following Documentum utilities classes:
Dfc.properties
To encrypt/decrypt this value via JAVA programming:
Java decrypting method:
Java encrypting method:
Test decrypting and encrypting method:
Here, a code found to decrypt BOF and database passwords (https://www.snip2code.com/Snippet/242104/Decrypt-Documentum-database-passwords-) :
That's all!!!
Huseyin OZVEREN
...more»
Hello,
I would like to present a solution in order to encrypt/decrypt data base password stored in dbpasswd.txt on DCTM server via API commands and Java API programming. When and why this would be necessary ? Perhaps, if the database password has been forgotten by everybody :)
API commands
So, the password of database is stored in the dbpasswd.txt file in the docbase's ...more»
Hi,
After a long time, during which I was very busy by my personal project (building my house), I am come back with a simple article concerning the encrypting of message via the standard Cipher class. This class provides the functionality of a cryptographic cipher for encryption and decryption. It forms the core of the Java Cryptographic Extension (JCE) framework.
In ...more»
