Wilders Security Forums  

Go Back   Wilders Security Forums > Archived Forums > Closed Sub-Forums > Archive of Acronis Support Forums > Acronis True Image Product Line
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Acronis Forum Sections Closed!
As of August 15, 2009: Please be aware that the Acronis Forum sections have closed. No new threads or replies may be made in these sections. See this announcement for more information.
 
 
Thread Tools Search this Thread
  #1  
Old December 25th, 2006, 07:10 PM
DMD31842 DMD31842 is offline
Infrequent Poster
 
Join Date: Jul 2006
Posts: 16
Default Forgot password

I cannot seem to recall the password I used when I created my backup using True Image Version 10. Is there a way to bypass that or any other way to find out what it is? Yes, I understand I am a dummy but......
  #2  
Old December 25th, 2006, 07:17 PM
foghorne's Avatar
foghorne foghorne is offline
Very Frequent Poster
 
Join Date: Sep 2005
Location: Leeds, Great Britain
Posts: 1,389
Default Re: Forgot password

Quote:
Originally Posted by DMD31842
I cannot seem to recall the password I used when I created my backup using True Image Version 10. Is there a way to bypass that or any other way to find out what it is? Yes, I understand I am a dummy but......


Unlikely

I am assuming this is not an autologon issue but, if the security has been done properly a hash of your password will have been stored with the backup rather than the password itself. The only way to authenticate, is for you to provide the password, which is hashed and the two hashes then get compared to see if the password you provided matches i.e. - the password itself should not be stored with the backup, and the hash is non-reversable.

F.
  #3  
Old December 25th, 2006, 09:28 PM
DMD31842 DMD31842 is offline
Infrequent Poster
 
Join Date: Jul 2006
Posts: 16
Default Re: Forgot password

Not sure what you mean by "hashed". It is not the log on. So if I do not remember the password I am out of luck?
  #4  
Old December 26th, 2006, 01:59 AM
jmk94903's Avatar
jmk94903 jmk94903 is offline
Massive Poster
 
Join Date: Jul 2004
Location: San Rafael, CA
Posts: 3,329
Default Re: Forgot password

Quote:
Originally Posted by DMD31842
Not sure what you mean by "hashed". It is not the log on. So if I do not remember the password I am out of luck?
Sadly, you are. Good security has it's down side.


The main reason why you would want to password protect a backup is if it contains sensitive information and you believe that someone could gain access to that backup and recover the information. Storing the backup in a secure location means that a password on the backup is not necessary, so that's one option worth considering.
__________________
John
  #5  
Old December 26th, 2006, 03:53 AM
foghorne's Avatar
foghorne foghorne is offline
Very Frequent Poster
 
Join Date: Sep 2005
Location: Leeds, Great Britain
Posts: 1,389
Default Re: Forgot password

Quote:
Originally Posted by DMD31842
Not sure what you mean by "hashed". It is not the log on. So if I do not remember the password I am out of luck?

Password hashes are a common way of carrying out authentication without having to know what the stored password was.

If you did set a password within True Image, against your backup, your are stuffed

F.
  #6  
Old December 26th, 2006, 06:20 AM
mfabien mfabien is offline
Frequent Poster
 
Join Date: Dec 2006
Location: Montreal
Posts: 227
Default Re: Forgot password

I would create a new backup and upon being asked to enter a password I would either select No Password or use one that I cannot lose memory off.

And I say this because in the Owner's guide, in the case of the Acronis Secure Zone, one can change the password and not being asked to enter the present one. Could be that creating an archive under password can allow different passwords each time.
  #7  
Old December 29th, 2006, 10:45 PM
writedom writedom is offline
Regular Poster
 
Join Date: Feb 2006
Posts: 57
Default Re: Forgot password

I assume that because Acronis does not advertise that any popular encryption algorithms are used for passwords that they are using a proprietary algorithm.

Does anyone know how secure the passwords really are?

For example you can download password crackers for Peachtree Accounting, Microsoft Excel, Word, etc.
  #8  
Old December 30th, 2006, 04:31 AM
foghorne's Avatar
foghorne foghorne is offline
Very Frequent Poster
 
Join Date: Sep 2005
Location: Leeds, Great Britain
Posts: 1,389
Default Re: Forgot password

Quote:
Originally Posted by writedom
I assume that because Acronis does not advertise that any popular encryption algorithms are used for passwords that they are using a proprietary algorithm.
This is an interesting point actually. It is a well establish philosophy in cryptography circles that the only way to prove the security of a new algorithm is to publish its specification for peer review. If it is going to get hacked easily this will happen early on. Security by obfuscation is generally considered to be lame. If you are relying on no one finding out what your algorithm is, then it doesn't say much about the algorithm itself.

So either Acronis have identified their chosen algorithm (which I hope is a hashing algorithm) and I just haven't seen it, or they are naive enough to think that keeping quiet about their chosen algorithm adds to their security. If they do turn out to be using a proprietary algorithm, the only way to have it accepted is to publish the specification for it.

I hope they are using an SHA hash or MD5. But I'm not sure why they don't say.

F.
  #9  
Old January 12th, 2007, 08:54 AM
Acronis Support's Avatar
Acronis Support Acronis Support is offline
Acronis Support Staff
 
Join Date: Apr 2004
Posts: 25,885
Default Re: Forgot password

Hello DMD31842,

Thank you for choosing Acronis Disk Backup Software.

We are sorry for the delayed response.

Please note that if a password has been set for a backup archive and is now lost or forgotten, then there is no way to retrieve or disable it. You cannot restore such a backup archive or extract files from it without the correct password.

Thank you.
--
Aleksandr Isakov
__________________
Acronis Customer Central


Acronis Backup Software
Acronis virtualization, p2v and v2p solutions
  #10  
Old January 14th, 2007, 08:52 PM
writedom writedom is offline
Regular Poster
 
Join Date: Feb 2006
Posts: 57
Default Re: Forgot password

re: Aleksandr Isakov's response

Thank you for clarifying the password issue. As I posted above, how secure is the password? Is it a proprietary algorithm that uses the same type of "Encryption" methods as Microsoft Word or Excel (which is broken in under a second) or does the password protection use real encryption such as AES?
  #11  
Old January 15th, 2007, 02:33 AM
foghorne's Avatar
foghorne foghorne is offline
Very Frequent Poster
 
Join Date: Sep 2005
Location: Leeds, Great Britain
Posts: 1,389
Default Re: Forgot password

Quote:
Originally Posted by writedom
re: Aleksandr Isakov's response

Thank you for clarifying the password issue. As I posted above, how secure is the password? Is it a proprietary algorithm that uses the same type of "Encryption" methods as Microsoft Word or Excel (which is broken in under a second) or does the password protection use real encryption such as AES?

More typically, password protection uses hashing as opposed to 'encryption' - e.g. Windows NT security, Unix security, SSL etc.

F.
 

Wilders Security Forums > Archived Forums > Closed Sub-Forums > Archive of Acronis Support Forums > Acronis True Image Product Line « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 05:41 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums