most citedTranslating C To Rust: Lessons from a User Study

13 citations · 15 across the 4 of their papers we have counts for

collaborators

7 papers

cs.CR2025

Advancing Honeywords for Real-World Authentication Security

Sudiksha Das, Ashish Kundu

Introduced by Juels and Rivest in 2013, Honeywords, which are decoy passwords stored alongside a real password, appear to be a proactive method to help detect password credentials…

cs.CL20251 cited

Role-Conditioned Refusals: Evaluating Access Control Reasoning in Large Language Models

Đorđe Klisura, Joseph Khoury, Ashish Kundu +2

Access control is a cornerstone of secure computing, yet large language models often blur role boundaries by producing unrestricted responses. We study role-conditioned refusals, f…

cs.CR2025

How Good LLM-Generated Password Policies Are?

Vivek Vaidya, Aditya Patwardhan, Ashish Kundu

Generative AI technologies, particularly Large Language Models (LLMs), are rapidly being adopted across industry, academia, and government sectors, owing to their remarkable capabi…

cs.LG2025

Apollo: A Posteriori Label-Only Membership Inference Attack Towards Machine Unlearning

Liou Tang, James Joshi, Ashish Kundu

Machine Unlearning (MU) aims to update Machine Learning (ML) models following requests to remove training samples and their influences on a trained model efficiently without retrai…

cs.CR20251 cited

VulBinLLM: LLM-powered Vulnerability Detection for Stripped Binaries

Nasir Hussain, Haohan Chen, Chanh Tran +6

Recognizing vulnerabilities in stripped binary files presents a significant challenge in software security. Although some progress has been made in generating human-readable inform…

cs.SE202413 cited

Translating C To Rust: Lessons from a User Study

Ruishi Li, Bo Wang, Tianyu Li +2

Rust aims to offer full memory safety for programs, a guarantee that untamed C programs do not enjoy. How difficult is it to translate existing C code to Rust? To get a complementa…