🏠
Working from home
Fullstack developer. Frontend: React, Redux, Dart, Flutter. Backend: Node.js, Rust, Go. I wrote my implementation of the RSA encryption library in Go.
- Russia
Pinned Loading
-
How to encode/decode RSA private/pub...
How to encode/decode RSA private/public keys to PEM format in Dart with asn1lib and pointycastle 1import 'dart:convert';
2import 'dart:math';
3import 'dart:typed_data';
4import "package:pointycastle/export.dart";
5import "package:asn1lib/asn1lib.dart";
-
How to AES-256 (CBC/CFB mode) encryp...
How to AES-256 (CBC/CFB mode) encrypt and decrypt in Dart/Flutter with Pointy Castle 1import 'dart:convert';
2import 'dart:typed_data';
3import "package:pointycastle/export.dart";
45import "./convert_helper.dart";
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



