YuryStrozhevsky
Freelancer, C++ expert, JS expert, PDF expert, PKI expert and many more. Specialization - developing impossible things.
Russia
Pinned Repositories
ASN1.js
ASN1js is a pure JavaScript library implementing a full ASN.1 BER decoder and encoder.
ByteStream.js
ByteStream.js is a set of classes manipulating bytes and bits with optimized for speed perfomance
PKI.js
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
ASN1-2008-free-test-suite
My own realization of ASN.1:2008 test suite
asn1-test-suite
ASN.1:2008 Complex Test Suite
C-plus-plus-ASN.1-2008-coder-decoder
Free C++ ASN.1:2008 coder/decoder
CTjs
CTjs is a full set of classes necessary to work with any kind of Certificate Transparency log (V1 as from RFC6962, or V2 as from RFC6962-bis). In CTjs you could find all necessary validation/verification functions for all related data shipped with full-featured examples showning how to validate/verify. Also in scope of CTjs I made code showing example from RFC6962 item 2.1.3 on a real data from real Certificate Transparency log.
extendedRights
How to retrive all information about Windows Extended Rights via LDAP
S4Uwhoami
Simple project shows how to use S4U2Self in Windows for making a "super whoami"
XSEC
XSEC is a project allowing everyone to study very big part of information about Windows Access Control very quickly and by real life examples. Making access tokens with unlimited number of groups and privileges, adjust privileges, usage of AccessCheckByTypeResultListAndAuditAlarmByHandle function, parsing all data related to Access Control, store all to XML and many more.
YuryStrozhevsky's Repositories
YuryStrozhevsky/C-plus-plus-ASN.1-2008-coder-decoder
Free C++ ASN.1:2008 coder/decoder
YuryStrozhevsky/ASN1-2008-free-test-suite
My own realization of ASN.1:2008 test suite
YuryStrozhevsky/extendedRights
How to retrive all information about Windows Extended Rights via LDAP
YuryStrozhevsky/S4Uwhoami
Simple project shows how to use S4U2Self in Windows for making a "super whoami"
YuryStrozhevsky/XKERB
C++ library with helpers for Windows SSPI
YuryStrozhevsky/XSEC
XSEC is a project allowing everyone to study very big part of information about Windows Access Control very quickly and by real life examples. Making access tokens with unlimited number of groups and privileges, adjust privileges, usage of AccessCheckByTypeResultListAndAuditAlarmByHandle function, parsing all data related to Access Control, store all to XML and many more.
YuryStrozhevsky/asn1-test-suite
ASN.1:2008 Complex Test Suite
YuryStrozhevsky/CTjs
CTjs is a full set of classes necessary to work with any kind of Certificate Transparency log (V1 as from RFC6962, or V2 as from RFC6962-bis). In CTjs you could find all necessary validation/verification functions for all related data shipped with full-featured examples showning how to validate/verify. Also in scope of CTjs I made code showing example from RFC6962 item 2.1.3 on a real data from real Certificate Transparency log.
YuryStrozhevsky/KerberosAES
C++ implementation for Kerberos AES encryption/checksum algorithms
YuryStrozhevsky/certMarshalCredentials
How to user certificate in AcquireCredentialsHandle and other functions
YuryStrozhevsky/createObjectTree
This project is all about composing full "object tree list" for arbitrary ActiveDirectory element and then checking access via AuthzAccessCheck routine
YuryStrozhevsky/NTDS_mapping
The project is about making a full list of mapping between lDAPDisplayName and names of columns inside datatable in NTDS.DIT file
YuryStrozhevsky/BASE64
Simple BASE-64 coder/decoder (with OS-independant code)
YuryStrozhevsky/ASN1.js
The "author's version" of ASN1.js library.
YuryStrozhevsky/ByteStream.js
The "author's version" of ByteStream.js library.
YuryStrozhevsky/CAdES.js
The "author's version" of CAdES.js library.
YuryStrozhevsky/Differences
Code for my atricle about using finite differences for polinom calculations
YuryStrozhevsky/Font.js
The "author's version" of ASN1.js library.
YuryStrozhevsky/jsutils
The "author's version" of pvutils library. The jsutils is a set of various functions useful in other my projects.
YuryStrozhevsky/opentype.js
Read and write OpenType fonts using JavaScript.
YuryStrozhevsky/PKI.js
The "author's version" of PKI.js library.
YuryStrozhevsky/Run-PE---Run-Portable-Executable-From-Memory
Code that allows running another windows PE in the same address space as the host process.
YuryStrozhevsky/tiny-inflate
A tiny inflate implementation
YuryStrozhevsky/YuryStrozhevsky