Skip to content

oransje/desafio-backend-br-criptografia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography challenge ruby version

My solution to the challenge described here. Check other problems and challenges here. Special thanks to the backend-br.

Setup

The password are stored in a configuration file called config/crypto_password.yml. For this application I used the "SecureRandom.base64 256" to generate a password, but you can use anything.

Then proceed to the project setup:

  1. $ bundle install.
  2. $ bundle exec rails db:migrate

Running

Execute bundle exec rails s, and the application will listen on localhost at the port 3000.

It is a simple crud for crypto_datum, so all the crud operations can be done on localhost, port 3000.

This project can also be ran with the console, by calling the activerecord directly with bundle exec rails c.

About

Desafio de criptografia da organização backend-br

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published