Themes, Templates and Scripts

[GitHub] Open Source Secure Encryption Class

Submitted by Repentance, , Thread ID: 3182

Thread Closed
Repentance
Closed Account
Level:
0
Reputation:
14
Posts:
138
Likes:
7
Credits:
378
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

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
24-04-2015, 02:48 PM
#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

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
24-04-2015, 11:54 PM
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

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
25-04-2015, 12:13 AM
#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

Repentance
Closed Account
Level:
0
Reputation:
14
Posts:
138
Likes:
7
Credits:
378
OP
25-04-2015, 12:13 AM
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

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
25-04-2015, 12:30 AM
#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

zGeek
Aokie
Prime
Level:
0
Reputation:
26
Posts:
782
Likes:
60
Credits:
1.46K
25-04-2015, 07:47 PM
#7
That's a really long hash. Considering it can be implemented easily.

RE: [GitHub] Open Source Secure Encryption Class

Darias
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
1
Credits:
0
26-04-2015, 12:33 PM
#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

Sozin
Nan Ihier Gelair Mordor
Divine
Level:
0
Reputation:
91
Posts:
2.33K
Likes:
374
Credits:
11K
26-04-2015, 02:24 PM
#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

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
26-04-2015, 02:59 PM
#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: 1 Guest(s)