Skip to content

IPFS (InterPlanetary File System) content identifier finder

License

Notifications You must be signed in to change notification settings

cseberino/content_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Determines IPFS (InterPlanetary File System) version 1 content identifiers.

Operates only on bytes using the following algorithm:

        1. Determine the DAG-PB  encoding.
        2. Determine the SHA-256 hash.
        3. Prepend bytes.
        4. Determine the base 32 encoding.
        5. Prepend a character.

See the source code and other IPFS resources for further details.

About

IPFS (InterPlanetary File System) content identifier finder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages