Skip to content

davidesantangelo/secrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrypto

A simple API that allow to encrypt/decrypt text. API store the data encrypted in the database and returns the key to access it.

getting started

 git clone https://github.com/davidesantangelo/secrypto.git
 cd secrypto & bundle install
 rails s 

encrypt

curl --data "text=i am a ruby developer" https://secrypto.herokuapp.com/api/encrypt

decrypt

curl --data "key=<key received>" https://secrypto.herokuapp.com/api/decrypt

license

Secrypto app is released under the MIT License.

About

simple API for encrypt/decrypt text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors