Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 766075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T16:59:12+00:00 2026-05-14T16:59:12+00:00

Possible Duplicate: Is it possible to decrypt md5 hashes? i used md5.new() ; md5.update(aaa)

  • 0

Possible Duplicate:
Is it possible to decrypt md5 hashes?

i used md5.new(); md5.update("aaa"), md5.digest()

to form a md5 hash of the data "aaa" . How to get back the data using python?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T16:59:13+00:00Added an answer on May 14, 2026 at 4:59 pm

    You cannot decode an md5 hash, as hashing is a process that is best thought of as one-way encoding (that is to say what is hashed cannot be de-hashed; one can only determine what was hashed, either by examining a list of known hashes, or by hashing a set of inputs and matching the resulting hashes with the hash you are trying to "decode").

    Quoting Wikipedia, the key features of such a hashing algorithm are:

    it is infeasible to find a message
    that has a given hash,

    it is
    infeasible to modify a message without
    changing its hash,

    it is infeasible to
    find two different messages with the
    same hash.

    The most common uses of such algorithms today are:

    • Storing passwords
    • Verifying the contents of files.

    If you want to two-way encrypt the data, you need to look at other cryptographic libraries for Python (As usual, Stackoverflow has a recommendation).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is it possible to decrypt md5 hashes? I hashed data with ComputeHash
Possible Duplicate: Is it possible to decrypt md5 hashes? I accidentally encrypted some data
Possible Duplicate: Is it possible to decrypt md5 hashes? i have md5 checksum in
Possible Duplicate: Is it possible to decrypt md5 hashes? I have a database to
Possible Duplicate: Is it possible to decrypt md5 hashes? In my website, I'm using
Possible Duplicate: Is it possible to decrypt md5 hashes? I do this in Ruby:
Possible Duplicates: Is it possible to decrypt md5 hashes? Is it possible to reverse
Possible Duplicate: Best way to use PHP to encrypt and decrypt? I am new
Possible Duplicate: Override django-admin edit form field values for encrypted data The inline model
Possible Duplicate: Python : how to append new elements in a list of list?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.