ironclad VS openbookstore

Compare ironclad vs openbookstore and see what are their differences.

ironclad

A cryptographic toolkit written in Common Lisp (by sharplispers)

openbookstore

Bibliographic search of books and personal manager (WIP) https://gitlab.com/myopenbookstore/openbookstore (by OpenBookStore)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ironclad openbookstore
3 5
162 34
1.9% -
5.4 7.9
17 days ago 12 days ago
Common Lisp Common Lisp
BSD 3-clause "New" or "Revised" License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ironclad

Posts with mentions or reviews of ironclad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-10.
  • SBCL: The Assembly Code Breadboard
    1 project | news.ycombinator.com | 29 Mar 2024
    A "real life" example of this can be found in the Ironclad cryptography library [0]. It uses this to add support for AES instructions and some other niche assembly instructions to generate fast (at least a lot faster than it would have been) cryptography code.

    https://github.com/sharplispers/ironclad/blob/master/src/opt...

  • User authentication and security in Common Lisp Webapps
    13 projects | /r/lisp | 10 Apr 2023
    You could use ironclad to hash your passwords, as well as handle other cryptography concerns: https://github.com/sharplispers/ironclad
  • How can lisp benefit a hacker?
    1 project | /r/lisp | 27 Jan 2022
    You'll also need to learn things like networking and cryptography, and you can do that in Lisp as well as in any other language.

openbookstore

Posts with mentions or reviews of openbookstore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-10.
  • User authentication and security in Common Lisp Webapps
    13 projects | /r/lisp | 10 Apr 2023
    Here's how we handle users and roles in my app at the moment: https://github.com/OpenBookStore/openbookstore/blob/master/src/authentication.lisp (also src/web/authentication.lisp) (currently not used in production©) (using mito-auth. From a quick look, the hashing method (sha256) seems easily replaceable). Hope it helps.
  • What are you working on?
    3 projects | /r/Common_Lisp | 29 Dec 2022
    I am working on OpenBookStore, a book management software. It is a side project, but I plan on offering services around it, since I already have a foot in that industry (and simple CL apps helping in production). I have good foundations, the next step is to ease delivery with a standalone binary and Electron.
  • Any projects want/need help?
    8 projects | /r/lisp | 6 Oct 2022
    Hi there. I'd enjoy help on anything web development for openbookstore: https://github.com/OpenBookStore/openbookstore (especially now: setting up i18n) Or, we could work on the terminal REPL experience for the CIEL meta-package: https://github.com/ciel-lang/CIEL/ We could use a better base like cl-repl or better yet, Lish.
  • Very simple web app demo in Common Lisp
    6 projects | /r/lisp | 19 Apr 2022
    a WIP: https://github.com/OpenBookStore/openbookstore (with JSON and Vue.js, users and auth)
  • Web services written in CL?
    8 projects | /r/Common_Lisp | 23 Jan 2022
    I wrote a little app that I use for a couple clients to show their books catalogue. We develop a custom UI theme if they have the budget. I also don't despair in finishing openbookstore (it's a rewrite, so I don't have much time).

What are some alternatives?

When comparing ironclad and openbookstore you can also consider the following projects:

red-light-green-light - A git-centric policy management and enforcement tool designed to accelerate your CI/CD pipelines.

radiance-contribs - Standard implementations and drivers for the radiance interfaces, as well as common helper packages.

cl-password-store - Password management for Common Lisp (web) applications

mito-email-auth - Helper to authenticate website's users by sending them unique code by email.

mito-auth - User authorization for Mito classes.

restas-simple-auth - Simple RESTAS-plugin for user registration and authentication

cl-authentic - Password management for Common Lisp (web) applications. THIS PROJECT HAS MOVED

hunchentoot-auth