Skip to content

CommandShiftHQ/api-whisperer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Whisperer

A game to practice creating Express APIs and using Postman.

Intructions

Getting the Keys

POST /get-keys

{
   "secret": STRING,
   "shares": INT,
   "threshold": INT 
}

Where secret is the string to encrypt, shares is the number of keys, and threshold is the number of keys needed to decrypt the secret

POST /claim-victory

{
  "keys": [ STRING ],
  "successURL": STRING
}

Where keys is an array of the keys to decryt, and successURL is an POST endpoint that the api-judge will send the decrypted secret to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published