Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 3 dokumen yang sesuai dengan query
cover
Ahmad Shaugi
"Simple-O, suatu aplikasi essay grading yang dikembangkan di Departemen Teknik Elektro Universitas Indonesia, menggunakan algoritma MD5+salt untuk melakukan proteksi terhadap data password user yang tersimpan pada databasenya. Namun dengan banyaknya kelemahan yang terdapat pada algoritma MD5, maka diterapkan algoritma SHA-1+salt pada aplikasi ini, yang kemudian dibandingkan dengan algoritma sebelumnya yaitu MD5+salt. Pengujian meliputi pengukuran waktu dan estimasi waktu brute force untuk masing-masing algoritma, serta mengukur processing time dan CPU usage saat melakukan login ke dalam system.
Hasil pengujian brute force menunjukkan bahwa penerapan algoritma SHA-1 lebih kuat terhadap serangan brute force dibandingkan dengan MD5. Selisih processing time SHA-1+salt dengan MD5+salt berkisar antara 0.001 detik hingga 0.002 detik untuk tiap variasi panjang password. Sedangkan selisih CPU usage SHA-1+salt dengan MD5+salt sebesar 0.545%, 0.985%, dan 1.69% masing-masing untuk password sepanjang 8, 9, dan 10 karakter. Hasil ini menunjukkan bahwa penerapan algoritma SHA-1+salt tidak akan membebani kinerja aplikasi Simple-O.

Simple-O, an essay grading application that was developed at the Department of Electrical Engineering University of Indonesia, using MD5+salt algorithm to perform protection for password of user's which stored on its database. But with so many flaws contained in the MD5 algorithm, then SHA-1+salt algorithm was implemented in this application, which is then compared with the previous algorithm MD5+salt. The tests include measurements of time and estimated time of brute force for each algorithm, and measure the processing time and CPU usage when logging into the system.
The test results show that the application of brute force algorithm SHA-1 is more robust against brute force attacks than MD5. Difference in processing time SHA-1+salt with MD5+salt was ranged from 0.001 seconds to 0.002 seconds for each length variation of the password. While the difference in CPU usage of SHA-1+salt with MD5+salt is 0.545%, 0.985%, and 1.69% respectively for the password with 8, 9, and 10 characters length. These results indicate that the implementation of the algorithm SHA-1+salt does not impose on the performance of Simple-O application.
"
Depok: Fakultas Teknik Universitas Indonesia, 2012
S42890
UI - Skripsi Open  Universitas Indonesia Library
cover
Ahmad Shaugi
"Pajak Kendaraan Bermotor merupakan salah satu jenis Pajak Daerah yang memiliki potensi penerimaan paling besar di Provinsi DKI Jakarta. Pada pelaksanaan pemungutannya masih ditemukan adanya kecurangan dalam pajak. Pemerintah Provinsi DKI Jakarta kemudian menerapkan penggunaan tarif progresif dalam pemungutan pajak kendaraan bermotor. Tujuannya adalah untuk mengurangi jumlah pertumbuhan kendaraan bermotor di DKI Jakarta dan juga sebagai salah satu usaha untuk mengoptimalisasikan penerimaan Pajak Daerah khususnya dari Pajak Kendaraan Bermotor. Penelitian ini menggunakan pendekatan positivistik dan jenis penelitian deskriptif. Hasil penelitian menunjukkan bahwa implementasi tarif progresif pajak kendaraan bermotor di Provinsi DKI Jakarta ini menurut empat dimensi yang digunakan oleh peneliti yaitu komunikasi, sumber daya, disposisi dan struktur birokrasi sudah terpenuhi, meskipun masih terdapat sedikit kendala dari pihak internal maupun eksternal seperti sumber daya manusia, sosialisasi, dan persepsi masyarakat.

Motor vehicle tax is one kind of taxes which has the biggest tax revenue potential in the province of DKI Jakarta. In the implementation, tax deceptions are found. The provincial government of DKI Jakarta subsequently applies the use of progressive rates on collecting the motor vehicle tax. The purpose of this action is to reduce the growth in the use of motor vehicles in DKI Jakarta as well as to optimize the revenue from the local taxes, especially the motor vehicle tax. This research uses positivistic approach and descriptive analysis. The results of this research conclude that according to four dimensions used by researcher which are communication, resources, disposition, and bureaucratic structure, the implementation of progressive rates on the motor vehicle tax in DKI Jakarta are fulfilled, although there is still a little problem of internal and external parties such as human resources, socialization, and community perceptions."
Depok: Fakultas Ilmu Sosial dan Ilmu Politik Universitas Indonesia, 2012
S-Pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Ahmad Shaugi
"Database merupakan bagian terpenting dari suatu aplikasi dan perlu untuk diamankan.Pada tesis ini diajukanlah suatu konsep dasar penerapan algoritma negative database (NDB) yang bersamaan dengan algoritma enkripsi.Kemudian dilakukanlah pengujian performansi dari algoritma AES-128 dan Blowfish-448 yang masing-masing dikombinasikan dengan algoritma NDB, untuk kemudian dipilih kombinasi yang terbaik untuk diterapkan pada aplikasi Simple-O.Hasil pengujian algoritma NDB yang dirancang menunjukkan kesesuaian dengan konsep dasar yang diajukan. Setelah dikombinasikan dengan masing-masing algoritma AES-128 dan Blowfish-448, maka didapatkan hasil rata-rata CPU time AES-128 + NDB dan Blowfish-448 + NDB masing-masing sebesar 0.0030 detik dan 0.0037 detik pada proses enkripsi, dan 0.0054 detik dan 0.006 detik padaproses dekripsi. Rata-rata memory usage AES-128 + NDB dan Blowfish-448 + NDB masing-masing sebesar 9.03 kB dan 9 kB pada proses enkripsi, dan 11.67 kB dan 11.61 kB pada proses dekripsi. Rata-rata processing time AES-128 + NDB dan Blowfish-448 + NDB masing-masing sebesar 1.94 ms dan 2.77 ms pada proses enkripsi, dan 4.34 ms dan 5.03 ms pada proses dekripsi. Sedangkan rata-rata throughput AES-128 + NDB dan Blowfish-448 + NDB masing-masing sebesar 385.89 B/ms dan 275.74 B/ms pada proses enkripsi, dan 156.18 B/ms dan 136.55 B/ms pada proses dekripsi.

Database is an important part of an application and need to be secured. In this thesis it was proposed a basic concept of the implementation negative database algorithm (NDB) alongside encryption algorithm. Then perform the performance testing of AES-128 and the Blowfish-448 algorithm, which each combined with NDB algorithm, and then selected the best combination to be applied to Simple-O applications. Testing results of NDB algorithms designed show compliance with the basic concepts proposed. After combined with each algorithm AES-128 and Blowfish-448, then obtained an average yield CPU time AES-128 + NDB and Blowfish-448 + NDB respectively 0.0030 seconds and 0.0037 seconds in the encryption process, and 0.0054 seconds and 0.006 seconds in the decryption process. The average memory usage of AES-128 + NDB and Blowfish-448 + NDB respectively 9.03 kB and 9 kB on the encryption process, and 11.67 kB and 11.61 kB in the decryption process. The average processing time of AES-128 + NDB and Blowfish-448 + NDB respectively 1.94 ms and 2.77 ms on the encryption process, and 4.34 ms and 5.03 ms in the decryption process. While the average throughput of AES-128 + NDB and Blowfish-448 + NDB respectively 385.89 B/ms and 275.74 B/ms in the encryption process and 156.18 B/ms and 136.55 B/ms in the decryption process."
Depok: Fakultas Teknik Universitas Indonesia, 2013
T35059
UI - Tesis Membership  Universitas Indonesia Library