Marin Atanasov Nikolov

A place about Open Source Software, Operating Systems and some random thoughts

Blog About Search

Support for encrypted private keys with cl-ssh-keys in Common Lisp

This is a follow up of my previous post about parsing and generating OpenSSH keys in Common Lisp.

Read More · 4 min read

bcrypt password hashing in Common Lisp

Native support for bcrypt password hashes was somewhat missing in the Common Lisp ecosystem, unless you count the various CFFI wrappers.

Read More · 4 min read

ECDSA keys support in cl-ssh-keys for Common Lisp

Support for ECDSA private and public keys in ironclad has been implemented.

Read More · 1 min read

Parsing and generating OpenSSH keys with Common Lisp

In previous posts I’ve discussed how you can decode and encode data in RFC 4251 binary format using Common Lisp.

Read More · 8 min read

Computing fingerprints of OpenSSH public keys in Common Lisp

Public key fingerprint represents the identity of a public key, which you get after applying a hashing function to the binary blob that makes up a public key.

Read More · 6 min read

The OpenSSH private key binary format

I have been messing around recently with the binary format used for OpenSSH private keys, and got a bit confused about the format when I had to decode the various parts of it.

Read More · 17 min read

Encoding data in RFC 4251 compliant format in Common Lisp

In a previous post I’ve discussed how to decode RFC 4251 binary data in Common Lisp. In this one we are going to see how to encode data in RFC 4251 compliant format.

Read More · 5 min read

Decoding RFC 4251 binary data in Common Lisp

RFC 4251 describes the Secure Shell (SSH) Protocol Architecture, which also contains a section of the various Data Type Representations Used in the SSH Protocols.

Read More · 4 min read

COVID-19 graph animations with gnuplot and Common Lisp

This is a follow up of a recent post about exploring COVID-19 data with Common Lisp.

Read More · 2 min read

Exploring COVID-19 data in Common Lisp

Considering the current COVID-19 pandemic and the lockdown period in my country, which lasted for a few months, I’ve been thinking about spending some time exploring the data about the virus spread.

Read More · 14 min read
1 2 3 4 5
15