Thread: Disabling RSA...?

Results 1 to 3 of 3
  1. #1 Disabling RSA...? 
    Registered Member
    hacker's Avatar
    Join Date
    Jun 2013
    Posts
    1,409
    Thanks given
    576
    Thanks received
    580
    Rep Power
    5000
    Dont link me to Nikki's tut to enable it please. I want to disable it so I can stress test my server. i tried backtracking Nikki's tut and i get "Zero or negative login size"
    I only want to disable it for stress test. then ill renable it
    Attached image
    Reply With Quote  
     

  2. #2  
    🍥🍥🍥


    Join Date
    Dec 2008
    Posts
    1,702
    Thanks given
    664
    Thanks received
    293
    Rep Power
    621
    post the class
    edit:

    literally reverse nikki's tutorial lol

    delete this

    byte[] encryptionBytes = new byte[loginEncryptPacketSize];
    in.get(encryptionBytes);
    ByteBuffer rsaBuffer = ByteBuffer.wrap(new BigInteger(encryptionBytes)
    .modPow(RSA_EXPONENT, RSA_MODULUS).toByteArray());
    then rename the rsaBuffer variables
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    hacker's Avatar
    Join Date
    Jun 2013
    Posts
    1,409
    Thanks given
    576
    Thanks received
    580
    Rep Power
    5000
    Quote Originally Posted by Global View Post
    post the class
    edit:

    literally reverse nikki's tutorial lol

    delete this



    then rename the rsaBuffer variables
    yeah i already figured it out basically had to do what u said ;P but thanks
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. disabling RSA encryption
    By mr selby in forum Help
    Replies: 13
    Last Post: 04-02-2014, 01:37 AM
  2. How to disable Rsa
    By raptors2 in forum Help
    Replies: 2
    Last Post: 01-13-2014, 05:18 AM
  3. Replies: 1
    Last Post: 08-12-2013, 05:30 PM
  4. Refactored 194 deob (updating + RSA disabled)
    By Graham in forum Downloads
    Replies: 86
    Last Post: 10-06-2010, 12:02 PM
  5. Disabling RSA Encryption?
    By Discardedx2 in forum Help
    Replies: 1
    Last Post: 12-22-2009, 01:01 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •