sapp icon indicating copy to clipboard operation
sapp copied to clipboard

Support timestamp

Open erikn69 opened this issue 1 year ago • 5 comments

Timestamp

erikn69 avatar May 31 '23 20:05 erikn69

Hi, what means "starting point"? Is it fully working or is it a work-in-progress?

dealfonso avatar Jun 02 '23 10:06 dealfonso

Fully working, but LTV is pending

Also, the code is from https://github.com/dealfonso/sapp/issues/8#issuecomment-1059107230 and https://github.com/dealfonso/sapp/issues/8#issuecomment-1470039444, and there are probably shorter and better ways to do it, without needing to add phpseclib

Also i found this: https://github.com/tecnickcom/TCPDF/pull/617

erikn69 avatar Jun 02 '23 13:06 erikn69

@erikn69

Fully working, but LTV is pending

Also, the code is from #8 (comment) and #8 (comment), and there are probably shorter and better ways to do it, without needing to add phpseclib

Also i found this: https://github.com/tecnickcom/TCPDF/pull/617

It's great. You right that its better if use self asn1 parser instead of phpseclib. I make simple code to parse and create asn1 https://github.com/hidasw/PhpASN1 , maybe you can improve that.

hidasw avatar Dec 22 '23 17:12 hidasw

You right that its better if use self asn1 parser instead of phpseclib.

I think the same, but I have no experience, I just copied the code from the proposed examples

erikn69 avatar Dec 22 '23 19:12 erikn69

You right that its better if use self asn1 parser instead of phpseclib. I make simple code to parse and create asn1 https://github.com/hidasw/PhpASN1 , maybe you can improve that.

that would be great

parallels999 avatar Dec 29 '23 17:12 parallels999