2
VINDIC
5y

If anyone in this wonderful community wants to help with my encryption project contact me VIDNIC@protonmail.com
Thank You

Comments
  • 5
    Finally another ProtonMail user 👍
  • 6
    You should use MD5
  • 2
    @12bitfloat Bitfloat what I am doing is scrambling words getting the hash multiplying it and adding to it and then adding a few thousand letters and then getting the hash rinse and repeat thank you for the advice tho
  • 2
    Huh? More info pls. Maybe even repo link
  • 1
    @b3b3 You have to email me to get the code it is not ready for GitHub so I am planning on only emailing it to people who are interested
  • 1
    @just8littleBit Would you like to help
  • 5
    @VINDIC emailing code? Do you know there is something called private repos
  • 1
    @hack oh Rip VINDIC 2019-2019
  • 1
    For the commit repo please email me
  • 8
    I smell someone rolling their own crypto.

    Careful with that.
  • 6
    Rule #1 of crypto: do not roll your own crypto
  • 2
    @M1sf3t Yeah, first rule of OPSEC: don't yell about what you're using.

    "I'm using Windows defender you can't hack me!"
  • 2
    I’m using OpenOffice Firewall (Reference to a speech from French technology minister couple of years ago : “We don’t need to use paying tools in governmental agencies. We can use OpenOffice firewall for free” )
  • 1
  • 0
    I just mean that Defender is certainly not offering protection against unknown Malware & "hacks".
  • 0
    Telling others what to use is certainly not a good idea, I can agree.
  • 1
    @endor Why endor
  • 2
    @VINDIC because cryptography is extremely complex, and even if you *think* you've got it right, you probably haven't.
    Cryptography algorithms take many years and many expert cryptographers for development, and decades for battle-testing.
    Even if the math behind your algorithm were correct, there still could be a vulnerability in your implementation.
    This kind of stuff is hard to get right, and can lead to disasters if done wrong.
    Also, in your first comment you seem to be confusing 'encryption' with 'hashing'.

    With all that said, if this is just a learning project, then go ahead, try your best. It can be a great learning opportunity.
    Just don't try to use your algo to do actual work on stuff that really needs to be secure :)
  • 1
    @endor don't worry it is all for fun
Add Comment