Skip to content

Blockchain-enabled group membership management implemented in Powershell

Notifications You must be signed in to change notification settings

BeanCounterTop/IAMChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain-enabled group membership management implemented in Powershell

This is an example partial implementation of a blockchain-secured group membership assignment system.
This example does these things:

*Creates a blockchain

*Adds 1000 Base64-encoded JSON objects to the blockchain

*Verifies the blockchain's integrity

*Decodes the verified data

*Parses the data back into objects ready for further processing

The main point of the example is to show how easy it is to secure data in this manner, and how simply it could be applied to Access Management. It is presently missing the components necessary to secure the writes and implement the results against a directory, among other things.

Compatibility:

*Windows

*MacOS

Written by: Nate Schoolfield (nate.schoolfield@gmail.com)

About

Blockchain-enabled group membership management implemented in Powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published