Jump to content
UBot Underground

Ubot 5.7 Sha256 $Encrypt [Secret Key]


Recommended Posts

Hey guys,

 

There's a tracker issue where I explained where we're at right now with this and a little bit of my thoughts while developing this:

http://tracker.ubotstudio.com/issues/668

 

The short of it is: I'm aware that it's just basic hash encoding right now and doesn't actually encrypt at the moment but it's on my [near-term] radar. The new functions will be getting lots of love pretty quickly as we put a lot of work with this new set of bot bank functionality and want these functions to be useful and used.

  • Like 3
Link to post
Share on other sites

SHA-256 is just a hash function. This means it can only hash the value you give it, and it is impossible to reverse (decrypt). You can find various explanations for this by googling 'hashing vs encrypting'.

 

Also, Ubot devs should probably change function parameter: Sha256 $Encrypt => Sha256 $Data , since you're hashing data usually, not encrypting it.

 

-meter

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...