Actions
Activity #1972
closedFeature #3752: Design of the web framework for Data Centre Software
Feature #1850: Design and Development for web based ANRS
Module #1851: Development for login
Write database package and functions for user creation, updation and authenticate
Start date:
01/01/2024
Due date:
02/23/2024
% Done:
100%
Estimated time:
Planned Due Date:
Description
- Use DBMS_CRYPTO package for one-way password hashing
- http://www.oraclenerd.com/2008/04/dbmscrypto-example.html
- http://orclking.blogspot.com/2020/07/dbmscrypto-encrypt-and-decrypt-data-in.html
- https://technet.tmaxsoft.com/upload/download/online/tibero/pver-20150504-000002/tibero_pkg/chap_dbms_crypto.html
Updated by Vidya Lekshmi over 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Vidya Lekshmi over 2 years ago
- % Done changed from 10 to 70
Data base package and function for user creation, updation and authentication is done.
Updated by Vidya Lekshmi over 2 years ago
In Grafana , update user email id and username via API call in JMeter and also password change done .
Updated by Thara S Pillai over 2 years ago
- Due date changed from 01/02/2024 to 02/23/2024
- Assignee changed from Vidya Lekshmi to Siji Mathew
Updated by Thara S Pillai over 2 years ago
Write query in DAO to match username and password and return appropriate error messages to front end.
Develop a string manager js file to manage all alerts.
Updated by Siji Mathew over 2 years ago
- % Done changed from 90 to 40
stringManger.js file created and the execution : in-progress
Updated by Siji Mathew over 2 years ago
- % Done changed from 40 to 60
password hashing technique study ,
hash_password function created in the oraclesql and some problems occurs in the function call
Updated by Siji Mathew over 1 year ago
- Status changed from In Progress to Closed
Actions