https://github.com/danielberkompas/phoenix_ecto_encryption_sample
A sample Phoenix app demonstrating how to encrypt data using Ecto
https://github.com/danielberkompas/phoenix_ecto_encryption_sample
Last synced: about 1 year ago
JSON representation
A sample Phoenix app demonstrating how to encrypt data using Ecto
- Host: GitHub
- URL: https://github.com/danielberkompas/phoenix_ecto_encryption_sample
- Owner: danielberkompas
- License: mit
- Created: 2015-07-06T19:08:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T04:46:16.000Z (about 7 years ago)
- Last Synced: 2025-03-24T10:12:24.693Z (about 1 year ago)
- Language: CSS
- Size: 53.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encryption
To start your new Phoenix application:
1. Install dependencies with `mix deps.get`
2. Start Phoenix endpoint with `mix phoenix.server`
Now you can visit `localhost:4000` from your browser.