Giter Site home page Giter Site logo

公钥加密错误 about bbrsacryptor HOT 5 CLOSED

nianji avatar nianji commented on June 5, 2024
公钥加密错误

from bbrsacryptor.

Comments (5)

longxdragon avatar longxdragon commented on June 5, 2024

是不是不支持分段加密?

from bbrsacryptor.

NianJi avatar NianJi commented on June 5, 2024

目前不支持分段加密,但是你这个长度应该还没有超出限制。把加密代码发我下试试

from bbrsacryptor.

longxdragon avatar longxdragon commented on June 5, 2024

公钥长度是128,加密的内容是138。。。

BBRSACryptor *rsaCryptor = [[BBRSACryptor alloc] init];
[rsaCryptor importRSAPublicKeyBase64:kRSAPublicKey];
NSData *safeData = [rsaCryptor encryptWithPublicKeyUsingPadding:RSA_PKCS1_PADDING plainData:[paramStr dataUsingEncoding:NSUTF8StringEncoding]];
NSString *safetyStr = [GTMBase64 stringByEncodingData:safeData];

from bbrsacryptor.

longxdragon avatar longxdragon commented on June 5, 2024

是分段加密的问题,扩展支持分段加密就可以了

from bbrsacryptor.

NianJi avatar NianJi commented on June 5, 2024

好的,如果你有兴趣,可以帮这个库支持下分段加密,可以提pull request给我.

from bbrsacryptor.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.