Hi All,
I thank you all for valuable suggestions and idea on my first post. I was searching on Google about what encryption methodology does tm1cript.exe follows also is decryption also possible via tm1crypt.exe the way we do encryption in it ?..
Please post in the right forum, TYVM
Is decryption possile via TM1crypt
- qml
- MVP
- Posts: 1096
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: Is decryption possile via TM1crypt
It utilises the 256-bit Advanced Encryption Standard, Cipher Block Chaining. I am not aware of this particular tool allowing you to decrypt an encrypted file, but if you have the keyfile.dat file then it should be very easy to use another AES-256-CBC tool to decrypt the password for the private key, because the encryption/decryption key is simply stored in keyfile.dat. There are easily googlable free online tools that can do the decryption for you.vipin wrote:I was searching on Google about what encryption methodology does tm1cript.exe follows also is decryption also possible via tm1crypt.exe the way we do encryption in it ?..
Kamil Arendt
-
- Posts: 12
- Joined: Thu Aug 04, 2016 5:50 pm
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: 2007
Re: Is decryption possile via TM1crypt
Hi,
Thanks again for this.. actually my requirement says that decryption should not take place the same way as encryption occurs via tm1cript.exe. if this tm1crypt.exe is just good enough to encrypt the password and do not allow to decrypt via same utility then , it is good for my process. the purpose is that once the password file is encrypted along with the key file , any one else must not be able to decrypt the same password file using same utility.ie. tm1cript.exe. ..
Thanks again for this.. actually my requirement says that decryption should not take place the same way as encryption occurs via tm1cript.exe. if this tm1crypt.exe is just good enough to encrypt the password and do not allow to decrypt via same utility then , it is good for my process. the purpose is that once the password file is encrypted along with the key file , any one else must not be able to decrypt the same password file using same utility.ie. tm1cript.exe. ..
- qml
- MVP
- Posts: 1096
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: Is decryption possile via TM1crypt
The utility itself is of course irrelevant. All the information required to decrypt the password file is contained in the encrypted password file (default name: tm1cipher.dat) and the keyfile (default name: tm1key.dat). Once someone gets hold of these, they can decrypt the contents using one of thousands of AES-256 utilities available. So the real security depends on how well you can protect these.vipin wrote:actually my requirement says that decryption should not take place the same way as encryption occurs via tm1cript.exe. if this tm1crypt.exe is just good enough to encrypt the password and do not allow to decrypt via same utility then , it is good for my process. the purpose is that once the password file is encrypted along with the key file , any one else must not be able to decrypt the same password file using same utility.ie. tm1cript.exe. ..
Kamil Arendt
-
- Posts: 12
- Joined: Thu Aug 04, 2016 5:50 pm
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: 2007
Re: Is decryption possile via TM1crypt
No need to be sorry sir, that's absolutely fine. You know my observation while running -validate parameter says that the utility will decrypt the encrypted password and display the results as clear text.
The displayed text should correspond to the password I specified with the -pwd parameter at the time when I was encrypting the file.
-validate "This parameter does not allow validation of exiting files" as per TM1 site so in a scenario where I already have an encrypted password. no one will be able to convert it into plain text or should be able to fetch my password from TM1cipher.dat file where password is encrypted. I think so , but not sure ..
The displayed text should correspond to the password I specified with the -pwd parameter at the time when I was encrypting the file.
-validate "This parameter does not allow validation of exiting files" as per TM1 site so in a scenario where I already have an encrypted password. no one will be able to convert it into plain text or should be able to fetch my password from TM1cipher.dat file where password is encrypted. I think so , but not sure ..

- qml
- MVP
- Posts: 1096
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: Is decryption possile via TM1crypt
Correct, I realised this seconds after I wrote my previous post and edited it right away, before you managed to post your reply. It looks like tm1crypt.exe does not offer decryption, but - if my understanding is right - that is still a trivial thing to do for anyone that has both output files, because the encryption method is known and widely used.vipin wrote:-validate "This parameter does not allow validation of exiting files" as per TM1 site so in a scenario where I already have an encrypted password. no one will be able to convert it into plain text or should be able to fetch my password from TM1cipher.dat file where password is encrypted.
Kamil Arendt
-
- Posts: 12
- Joined: Thu Aug 04, 2016 5:50 pm
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: 2007
Re: Is decryption possile via TM1crypt

- qml
- MVP
- Posts: 1096
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: Is decryption possile via TM1crypt
I have to apologise, I am having some trouble interpreting this sentence. If you are asking for my name (of which this would be a wonderfully elegant, if slightly quaint, way of doing) then it's right there, in the footer of my every post.vipin wrote:Anyways can I have your good name Sir.. ?
V
V
V
Kamil Arendt
-
- Posts: 12
- Joined: Thu Aug 04, 2016 5:50 pm
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: 2007
Re: Is decryption possile via TM1crypt
ok Kamil..... Thanks !!