udoschneider

udoschneider

Digitally signed livebook cells

I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for investigating digital data. Something like Maltego but more flexible and linear.

A key requirement for maintaining a valid chain of evidence is digitally signing the data within Livebook, particularly the queried or transformed data in the cells.

Is there any feature/hook in Livebook that allows for digital signing of cell content, including input and output? For instance, using a personal digital certificate, such as a X509 certificate stored on a token via PKCS#11.

Most Liked

josevalim

josevalim

Creator of Elixir

Livebook has the concept of smart cells, where you can create your own cell with additional metadata, and perhaps they could be used as a foundation to build what you need? livebook/lib/livebook/notebook/learn/kino/smart_cells.livemd at main · livebook-dev/livebook · GitHub

udoschneider

udoschneider

That’s a great idea. SmartCells acting as 'in-between" checkpoints with signatures. I need to consider this further, but initially, it seems it could smoothly fit into the workflow without requiring any modifications to other cells.

Thanks a lot!

Where Next?

Popular in Questions Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New

Other popular topics Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

We're in Beta

About us Mission Statement