https://github.com/almas-ali/logup
A log management utility with encryption.
https://github.com/almas-ali/logup
Last synced: 8 months ago
JSON representation
A log management utility with encryption.
- Host: GitHub
- URL: https://github.com/almas-ali/logup
- Owner: Almas-Ali
- Created: 2022-12-29T21:37:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T21:37:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T15:28:44.842Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LOGUP - A log management utility with encryption.
This use num6 encryption algorithm to encrypt data logs.
## Example LOG:
----------------------------
{1 : {"27/04/2022" : "This is a first log."},
{2 : ...... }## Encryption mode:
------------------------------
01020021020101030300103201000101110020202020101## CRUD operation:
-----------------------------
To create new log file
logup --create/ -c "logfile_name" --pin/ -p PINTo add a log
logup --file/ -f "logfile_name" --add/ -a "Bugfix 4021" --pin/ -p 524To get fill log list
logup --file/ -f "logfile_name" --list/ -lTo get help
logup --help/ -hTo change pin
logup --file/ -f "logfile_name" --changepin/ -cp 524 620To clear all logs
logup --file/ -f "logfile_name" --cleanup/ -cuTo get a log by number
logup --file/ -f "logfile_name" --item/ -i 5To add user global
logup --globalname/ -gn "Md. Almas Ali"
logup --globalemail/ -ge "almaspr3@gmail.com"## File example:
------------------------
system-monitor.logup
task.logup## Test:
-----------
python logup.py