Categories > Coding > C# >

flexing my string encrypt

Posts: 0

Threads: 0

Joined: ?

Reputation:

Posted

it called SASSHA512B64 and hella op

btw i made it B)

 

first we start with my hwid


https://gyazo.com/26060835743a6144856a7496e0df3622 

 

then we encrypt with standard SASSHA512B64 (very kewl + mental)

 

https://cdn.discordapp.com/attachments/752124140701351968/782878236320333844/message.txt

(very big so wont fit in logger)

 

now we shorten using mafs

 


https://gyazo.com/617a77ca740623672748985e1eb5aed0 

 

C:

encrypted!

.

.

.

.

.

not sure why i made this thread im just so proud of myself also this is satisfying asf to watch XD

 

basic details

 

it throws the string around through sha512, base 64, then through my own encryption which encrypts using an obfuscator i made earlier, then throws parts of the string around all over the place, then more sha512 and base 64, then uses mafs for the rest C:

  • 0

Posts: 715

Threads: 30

Joined: Sep, 2020

Reputation: 13

Replied

:OOOOOOOOOOO

  • 0

| Discord (Updated): apppon#8358 | C++ Enthusiast | 

Simplicity_X

(totally not) a femboy

Posts: 401

Threads: 72

Joined: Jul, 2020

Reputation: 3

Replied

I have literally no idea what this is so ima just say "cool"

  • 0

davidTube

not inactive

noticed

Posts: 1849

Threads: 88

Joined: Dec, 2018

Reputation: 56

Replied

decrypted, got your ip.

 

 

 

(im jk)

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@davidTube lol idek if its possible to decrypt since what it does is gets the count of different characters in the encrypted string and just displays it in one string ;)

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

So just a really intense multi layer encryption. Cool.

  • 0

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

@55258

ok

  • 0

Posts: 8

Threads: 2

Joined: Nov, 2020

Reputation: 0

Replied

private SASSHA512.SASSHA512B64 encodeSASSHA512B64(string s)
        
{
            
SHA512 sha = new SHA512Managed();
            
byte[] bytes = Encoding.UTF8.GetBytes(s);
            
string iData = Convert.ToBase64String(sha.ComputeHash(bytes));
            
SASSHA512.SASSHA512B64 result;
            
result.encoded = Animation.SASencode(iData);
            
return result;
        
}

        
private string sumSASSHA512B64(SASSHA512.SASSHA512 encode)
        
{
            
int count = Regex.Matches(encode.encoded.ToLower(), "a").Count;
            
int count2 = Regex.Matches(encode.encoded.ToLower(), "b").Count;
            
int count3 = Regex.Matches(encode.encoded.ToLower(), "c").Count;
            
int count4 = Regex.Matches(encode.encoded.ToLower(), "d").Count;
            
int count5 = Regex.Matches(encode.encoded.ToLower(), "i").Count;
            
int count6 = Regex.Matches(encode.encoded.ToLower(), "t").Count;
            
int count7 = Regex.Matches(encode.encoded.ToLower(), "=").Count;
            
return string.Concat(new string[]
            
{
                
count.ToString(),
                
count2.ToString(),
                
count3.ToString(),
                
count4.ToString(),
                
count5.ToString(),
                
count6.ToString(),
                
count7.ToString()
            
});
        
}

  • 0

simple_x

milktea

Posts: 394

Threads: 22

Joined: Sep, 2019

Reputation: 4

Replied

thanks for your ip, im gonna fry your router to the moon

 

just kidding i dont ddos

  • 0

 

i own synapse x
biggest idiot in town

discord: nakiri#4485

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )