Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedra/securedatafile
JSON data base with crypto
https://github.com/pedra/securedatafile
Last synced: 16 days ago
JSON representation
JSON data base with crypto
- Host: GitHub
- URL: https://github.com/pedra/securedatafile
- Owner: pedra
- License: mit
- Created: 2023-06-09T00:21:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-09T08:34:33.000Z (over 1 year ago)
- Last Synced: 2024-11-27T23:11:59.166Z (3 months ago)
- Language: JavaScript
- Size: 591 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secure Json Database
JSON database with crypto on browser (Edge, Chrome, Firefox, Safari)### Todo:
* Carregar e salvar em JSON
* Gravar no LocalStore do usuário
* Criar Editor para criar campos e valores
* Criar visualizador de estrutura (nós do JSON)
* Criptografar oas dados com AES (local e externo)
* Criar compactador/empacotador para a distribuição (arquivo index.html contendo CSS/JS)