Themes, Templates and Scripts

[GitHub] Open Source Secure Encryption Class

Submitted by Repentance, , Thread ID: 3182

Thread Closed
24-04-2015, 02:31 PM
This post was last modified: 27-04-2015, 09:56 AM by Repentance
#1
Coded by Null Patrol:
https://github.com/NullPatrol/Secure-Pas...n-Function

Easy to use with the added classes and examples in usage.php

A great and easy to use encryption function to make your passwords safe.
Example output of the method:
[Image: 40bdf7d0247714bde4a0e1983e635504.png]

RE: [GitHub] Open Source Secure Encryption Class

#2
That's a nice release. Really interesting too.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: [GitHub] Open Source Secure Encryption Class

This post was last modified: 24-04-2015, 11:54 PM by AndresXZ09
#3
Very interesting, I'll take a look into the code

RE: [GitHub] Open Source Secure Encryption Class

#4
24-04-2015, 02:31 PM
Repentance Wrote:
Coded by Null Patrol:
https://github.com/NullPatrol/Secure-Pas...n-Function


A great and easy to use encryption function to make your passwords safe.
Example output of the method:
[Image: 40bdf7d0247714bde4a0e1983e635504.png]

Sick work! Your Example output is not visible

RE: [GitHub] Open Source Secure Encryption Class

OP
This post was last modified: 25-04-2015, 12:17 AM by Repentance
#5
Took tens of hours to complete.
Uses quite a few encryptions like XOR, SHA512 (salted) and some bit stuff

Not something you'll be able to reverse any time soon. Even with the source

25-04-2015, 12:13 AM
Kollegah Wrote:
24-04-2015, 02:31 PM
Repentance Wrote:
Coded by Null Patrol:
https://github.com/NullPatrol/Secure-Pas...n-Function


A great and easy to use encryption function to make your passwords safe.
Example output of the method:
[Image: 40bdf7d0247714bde4a0e1983e635504.png]

Sick work! Your Example output is not visible

Just you. Img tags with gyazo link. Works for me

RE: [GitHub] Open Source Secure Encryption Class

#6
25-04-2015, 12:13 AM
Repentance Wrote:
Took tens of hours to complete.
Uses quite a few encryptions like XOR, SHA512 (salted) and some bit stuff

Not something you'll be able to reverse any time soon. Even with the source


25-04-2015, 12:13 AM
Kollegah Wrote:
24-04-2015, 02:31 PM
Repentance Wrote:
Coded by Null Patrol:
https://github.com/NullPatrol/Secure-Pas...n-Function


A great and easy to use encryption function to make your passwords safe.
Example output of the method:
[Image: 40bdf7d0247714bde4a0e1983e635504.png]

Sick work! Your Example output is not visible

Just you. Img tags with gyazo link. Works for me

Works now, great work

RE: [GitHub] Open Source Secure Encryption Class

#7
That's a really long hash. Considering it can be implemented easily.

RE: [GitHub] Open Source Secure Encryption Class

#8
25-04-2015, 07:47 PM
TheProGeek Wrote:
That's a really long hash. Considering it can be implemented easily.
MethodencryptionSHA-512
1

RE: [GitHub] Open Source Secure Encryption Class

#9
Any hash is crackable via Bruteforce.

Its not really the hash you should care about, you should focus on prevention of BruteForcing.
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

RE: [GitHub] Open Source Secure Encryption Class

#10
26-04-2015, 02:24 PM
Sozin Wrote:
Any hash is crackable via Bruteforce.

Its not really the hash you should care about, you should focus on prevention of BruteForcing.

Which is impossible.

Users browsing this thread: 4 Guest(s)