Tag Archives: Crack

Breaking Excel passoword

The password protection of MS-Excel are not intended for security of data but for security of input and output of worksheet. You can crack the password of the protected worksheet by using following VBA procedure. Sub PasswordBreaker() ‘Author unknown ‘Breaks worksheet password protection. Dim i As Integer, j As Integer, k As Integer Dim l [...]

Follow

Get every new post delivered to your Inbox.