Decrypt Excel file without using password

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 15

  • @ahsing_excel_VBA
    @ahsing_excel_VBA  Рік тому

    Disclaimer:
    The purpose of this video is to demonstrate a method for decrypting an Excel file for individuals who are the authorized users of the file but have forgotten the password. It is essential to emphasize that this video is not intended to be used for any unauthorized or illegal activities, including attempting to crack files without proper permission.
    Using the information shared in this video to gain unauthorized access to files or engage in any malicious activities is strictly prohibited and against the principles of ethical computing and data security. Always ensure you have the rightful ownership or authorization to access and decrypt any files before attempting to use the methods demonstrated.
    Remember, it is essential to respect the privacy and security of others' data and to use these techniques responsibly and legally. We encourage viewers to use this knowledge for legitimate purposes and to seek proper permissions and authorizations before accessing encrypted files.
    By watching this video and following the demonstration, you acknowledge that you understand the importance of using this information responsibly and within the bounds of the law.
    Thanks for watching and have a nice day. 😀

  • @ze33ed
    @ze33ed 9 місяців тому

    Great Tutorial and easy to follow. Thank You

    • @ahsing_excel_VBA
      @ahsing_excel_VBA  9 місяців тому

      Thanks!
      My pleasure. Thanks for watching and have a nice day.

  • @axelsjourney9712
    @axelsjourney9712 Рік тому

    Thank you! This one is helpful and it works on my worksheet!

  • @SaravanaKumar-kp5si
    @SaravanaKumar-kp5si 5 місяців тому

    I am not sure , Whether passowrd only 2 char or more char ? How to apply for this case ?

    • @ahsing_excel_VBA
      @ahsing_excel_VBA  5 місяців тому

      Hi. You have to test it one by one, trying two characters and then three, and so on. However, if you used a long and complicated password, it may take days to retrieve it. Therefore, it's very important to provide a pattern to Excel and narrow down the range of possible characters in use. I wish you success in getting back your password as soon as possible. Thanks for watching and wishing you a wonderful day.

  • @HendrikBez
    @HendrikBez 3 місяці тому

    trying this it gives me "The
    password you supplied is not correct. Verify that the Caps lock key is off and be sure to use correct caprification. it does not start the module when running it

    • @ahsing_excel_VBA
      @ahsing_excel_VBA  3 місяці тому

      Customization of the code is necessary. This tutorial only demonstrates how to extract a password under the assumption that it contains only two lowercase letters. Additionally, changing the file path is another crucial step. If you were to copy the code verbatim without customization as instructed, the consequences would be as you described.
      Thanks for watching and have a nice day.

    • @HendrikBez
      @HendrikBez 3 місяці тому

      @@ahsing_excel_VBA I did do all the changes for 11 letters and the path. and got the message I give above

  • @shaikjeelani4414
    @shaikjeelani4414 8 місяців тому

    Can you please add link to download Macro file

    • @ahsing_excel_VBA
      @ahsing_excel_VBA  8 місяців тому

      Hi. Sorry but I don't provide macro file for this tutorial as a precaution against unauthorized use. However, you can watch the video and follow the provided steps and guidelines, as the code is relatively short. Usually, I don't share files with short codes or macros that require customization.
      Thanks for watching and have a nice day.

  • @akramchouhan4699
    @akramchouhan4699 8 місяців тому

    What if i also don't remember how long character i used for password?

    • @ahsing_excel_VBA
      @ahsing_excel_VBA  8 місяців тому

      Hi. My suggestion is, you can first try using the number of characters that you use most frequently. Otherwise, the only thing we can do is test our luck.

    • @akramchouhan4699
      @akramchouhan4699 8 місяців тому

      @@ahsing_excel_VBA thanks