Thursday, November 04, 2004

What I have done / will do in 2004?

What I have done in first 10 months of this year?

Overall
In last 10 months, I was involved in COS R4, R3.2, R5 and R6 development and support. I also worked in some branch tasks such as GIB Summary Checking, Message-based Performance Test and Data Export.

Details
I have attended the PGM / UT / SAT / UAT cycles of R4, R3.2, R5 and R6, and a little parts of R5 / R6 IDR designing (usually working with BPS). Below are the aspects I have done in these cycles.
1. Workflow related functions: Pre-processing and Accounting (Default Value Setting, Subbatching, Waiting for Subbatch and various Accounting functions).
2. Customer related functions: Change State Message, Payment Details Follow-up and Huge Batch Details Follow-up.
3. Individual modules: COS Key Generating (IRN and Payment Details Sequence Number), Work Item Deletion Filtering and Printing Outsourcing Checking.
4. Branch modules: GIB Summary Checking, Message-based Performance Test and Data Export.


What I will do in next 2 months?
I have been scheduled to attend P2G project. So handover of COS tasks, initial study (Websphere Portal, Execution Service) and P2G tasks will be the main work in next 2 months.

Summary of RSA

n = pq where p and q are distinct primes.
phi, φ = (p-1)(q-1)
e < n such that gcd(e, phi)=1
d = e^-1 mod phi.
c = m^e mod n.
m = c^d mod n.