Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: SHA-256 really?
Post: RE: SHA-256 really?

LastPass uses a one-way salted hash. A one-way function is one that cannot be reversed. A hash is a representation of your Master Password. The process of salting adds extra data to the hash in ord...
TheStrangler General Talk 10 19,431 05-07-2021, 06:16 PM
    Thread: SHA-256 really?
Post: RE: SHA-256 really?

but problem with this code is there is no mention of password being used...so there must be something else going on that uses password too.
TheStrangler General Talk 10 19,431 05-07-2021, 02:21 PM
    Thread: SHA-256 really?
Post: RE: SHA-256 really?

Its not a forum so I dont think it is using a software...Its a site (https://lastpass*com/)..this code maybe related to hash generation. var hash = ""; if (res[0].getAttribute("type") ==...
TheStrangler General Talk 10 19,431 05-07-2021, 12:40 PM
    Thread: SHA-256 really?
Post: RE: SHA-256 really?

@Snoopy these strings are passes being sent in login request in form of hash.... Plus I just noticed something that hash remains same as long as email is same too but if you change email it changes.. ...
TheStrangler General Talk 10 19,431 05-07-2021, 12:22 PM
    Thread: SHA-256 really?
Post: RE: SHA-256 really?

@DanielG what do you mean by 'site code' bro? @Snoopy yes bro it stays fixed for same string each time...
TheStrangler General Talk 10 19,431 05-07-2021, 11:53 AM
    Thread: SHA-256 really?
Post: SHA-256 really?

Hi guys, I need help identifying a hash. All analyzing methods I tried they show SHA-256 but that doesn't seem to be the case. Because what is being generated by site code is different than all SHA ty...
TheStrangler General Talk 10 19,431 05-07-2021, 06:17 AM