Keychain-Dumper VS notesutils

Compare Keychain-Dumper vs notesutils and see what are their differences.

Keychain-Dumper

A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken (by ptoomey3)

notesutils

Utilities for extracting notes from Notes.app. This repository is lightly maintained and mainly exists to serve as documentation and starting point for your own scripts. (by dunhamsteve)
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
Keychain-Dumper notesutils
2 3
1,304 198
- -
1.6 0.0
about 1 year ago over 1 year ago
Objective-C Python
BSD 3-clause "New" or "Revised" License The Unlicense
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.

Keychain-Dumper

Posts with mentions or reviews of Keychain-Dumper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-15.
  • Ask HN: What's your favorite programmer niche?
    8 projects | news.ycombinator.com | 15 Oct 2022
    Re keychain, you're probably aware of it, but https://github.com/ptoomey3/Keychain-Dumper/ is very thorough in extracting keychain data (including data that one would expect to no longer be in there).
  • [Help] iOS Keychain Decryption
    2 projects | /r/jailbreak | 23 Oct 2021
    I have also tried Keychain-Dumper, but when I run this via SSH I get an error saying "No Password Keychain items found. You should Unlock your device" (my device has a 4 digit passcode that has been entered before running the dumper). I can see the Keychain-2.db and Keychain-ota-backup.plist that seem to contain the info I need, but its all heavily encrypted.

notesutils

Posts with mentions or reviews of notesutils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.
  • My productivity app is a never-ending .txt file
    20 projects | news.ycombinator.com | 19 Feb 2024
  • Ask HN: What's your favorite programmer niche?
    8 projects | news.ycombinator.com | 15 Oct 2022
    I should write this stuff up, but I haven't.

    I do have some brief notes on the "Notes.app" format here:

    https://github.com/dunhamsteve/notesutils/blob/master/notes....

    But I didn't discuss my methodology -- Generic decoding of protobuf, building up a schema as you go -- the tricky part there is that a byte array and a substructure look the same, so you have to try to decode it, and if successful, try that schema on the next example.

    Here is another fun technique - scanning through a disassembly of an Apple framework looking for assembly patterns that match the protobuf compiler output (this was dependent on which language was targeted by protobuf):

    https://gist.github.com/dunhamsteve/224e26a7f56689c33cea4f0f...

    So you find the serializer / deserializer code and figure out what the original protbuf spec looked like.

  • Notes on the Notes App
    1 project | news.ycombinator.com | 9 Dec 2021

What are some alternatives?

When comparing Keychain-Dumper and notesutils you can also consider the following projects:

cpgtou - A one-way iconv-like library to convert text from ANSI code pages to Unicode

TablaM - The practical relational programing language for data-oriented applications

equinox - Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/

PixiJS - The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.

diffrax - Numerical differential equation solvers in JAX. Autodifferentiable and GPU-capable. https://docs.kidger.site/diffrax/

sito - sito: A serialization suite