FLUTTER ECOSYSTEM

Bdaya-Dev/x509

Biblioteca Dart para análise e trabalho com certificados X.509

Capa do projeto x509
Stars
1
Forks
1
Último push (UTC)
9 de mai. de 2025
Status do projeto
Ativo
Bdaya Development GitHub avatar
GITHUB Organization

Bdaya Development ↗

A software company for creating complete software solutions

LinguagensDart

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 6 itens

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

:heart: sponsor

x509

Dart library for parsing and working with X.509 certificates.

Usage

A simple usage example:

import 'package:x509_plus/x509.dart';
import 'dart:io';

void main() {
  var cert = parsePem(new File('cert.pem').readAsStringSync());

  print(cert);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Sponsor

Creating and maintaining this package takes a lot of time. If you like the result, please consider to :heart: sponsor. With your support, I will be able to further improve and support this project. Also, check out my other dart packages at pub.dev.