Ephenodrom
Ephenodrom
Hello @sinhphan Can you provide an code example how you try to display the message ? Did you use the EzScaffold class in your app ?
I am not sure if this makes sense at all due to the fact that values from the config can change over time. I for example use this package in...
Looks like the same issue as #1176 !
Can we get a new release on pub.dev with this fix ?
I recommend to check out my package at https://github.com/Ephenodrom/Dart-Basic-Utils and take a look at the implementation in the class CryptoUtils. * PKCS1 format => https://github.com/Ephenodrom/Dart-Basic-Utils/blob/master/lib/src/CryptoUtils.dart#L297 * PKCS8 format => https://github.com/Ephenodrom/Dart-Basic-Utils/blob/master/lib/src/CryptoUtils.dart#L264...
@mwcw @AKushWarrior He seems to be right I think. Can you double check it? After that we can create a PR.
@domindx Can you provide this PEM so I can add this later as a unit tests to my "basic utils" package? Some background information: I tested the parsing of PEM...
@domindx The main reason why I switched from asn1lib to Pointycastle was to cut down the amount of dependencies of the basic utils package. I completely checked the new ASN1...
@mwcw I created a PR to fix the calculation of the start position.
@mwcw Any information about the release date of the next version :)?