
Penyetaraan Ijazah Luar Negeri (PILN) is a national initiative under the Ministry of Education, Research, and Technology designed to validate and equate foreign academic degrees with their local equivalents. The system ensures that graduates from international institutions receive proper recognition according to national standards.
Backend
Frontend
Database
Infrastructure
Handling batch digital signatures where a director could sign dozens of dynamically generated documents at once, causing high computational load during PDF generation and signing.
Implemented asynchronous background jobs to offload processing and improve system performance without blocking user operations.
Third - party signature verification API often experienced latency and random failures, leading to incomplete transactions.
Introduced a retry mechanism to automatically reattempt failed requests and ensure reliable signature verification.
Managing sensitive document data required strict validation and secure handling throughout the signing process.
Applied robust data validation, encryption, and process- level safeguards to maintain data integrity and confidentiality.
The application needed to pass a strict cybersecurity audit by the Ministry of Education, Research, and Technology, focusing on web server and data protection vulnerabilities.
Conducted a detailed Apache security investigation using several security tools such as OWASP and WireShark and then configured Apache ModSecurity with custom rules to mitigate potential threats such as SQL injection, XSS, and unauthorized access attempts. This successfully ensured compliance with the Ministry’s cybersecurity standards.