Results 1 to 15 of 15

Threaded View

  1. #1
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic

    PKEncrypt ~ Simple yet powerful encrypting library

    Virus scans:
    Virustotal
    VirusJotti

    Description:
    PKEncrypt is a simple yet powerful encrypting class library, that encrypts and decrypts messages using 2 public keys, that you can select or have randomly generated.

    Result:
    From
    Code:
    Hello, World!
    to
    Code:
    263507 369647 395267 395267 406247 161027 117107 318407 406247 417227 395267 365987 120767
    with key1 = 3660, key2 = 485.

    How does this work:
    Code:
    Target string is converted into a char array
    Each member of the char array is converted into the corresponding integer according to its charcode
    Then, the charcode is multiplied by key1, and is subtracted key2.
    Repeat for each char, and write the result numbers out, seperating them by spaces.
    (reverse procedure for decrypting the string)

    Why I think this is strong:
    While you *have* to have the key values in your code...
    Looking at an encrypted message, even if you know what was done in order to get there, is impossible to decrypt without knowing at least the 2nd key.
    Why the 2nd key? Because if you add the 2nd key to each number, you can find their similar multiples, and with a bit of trial and error, decrypt the message.
    However since you dont know the 2nd key, it's impossible to get the original message

    How to use:
    Code:
    In either C# or vb.net ->
    Add a new reference of this library
    Import PKEncrypt
    Declare a new variable (in vb Dim pkt as PKTE = new PKTE)
    To encrypt, pkt.Encrypt("string",key1,key2)
    To decrypt, pkt.Decrypt("encrypted string",key1,key2)
    Leave a thanks if this is useful

    @Flengo @Hero
    This section is pretty much dead, I'll still release, but since there are no minions here I'll mention u so u can approve
    <b>Downloadable Files</b> Downloadable Files
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  2. The Following 3 Users Say Thank You to New For This Useful Post:

    [MPGH]Hero (08-21-2016),infidel_ (11-21-2016),RoPMadM (08-22-2016)

Similar Threads

  1. Replies: 0
    Last Post: 03-01-2015, 11:37 PM
  2. [Release] Flameswor10's Simple/Step Encryption Methods
    By flameswor10 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 22
    Last Post: 06-02-2012, 09:21 AM
  3. Yet another MapleStory power leveling service
    By AndQuocDrew in forum User Services
    Replies: 2
    Last Post: 08-25-2011, 10:42 PM
  4. [Detected] Turbo Power 1.0 - MPGH (Super Simples)
    By Turbo Power in forum Combat Arms Brazil Hacks
    Replies: 30
    Last Post: 08-18-2011, 08:22 AM
  5. drakeh so simple yet so good
    By Fjsieb in forum Showroom
    Replies: 6
    Last Post: 02-14-2011, 07:45 AM