Skip to content

Simple CLI tool for encrypting ASPXAUTH cookies using machinekeys

Notifications You must be signed in to change notification settings

SorceryIE/aspxauth_cookie_forger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ASPXAUTH Cookie Forger

This is a CLI tool for decrypting and encrypting cookies from dotnet FormsAUthentication using machine keys.

This tool primarily relies on this library: https://github.com/dazinator/AspNetCore.LegacyAuthCookieCompat

To build: dotnet build

Decrypt: ./bin/Debug/net48/cookie_forger.exe --ekey XXX --vkey XXX --compatibility --data XXX

Encrypt: ./bin/Debug/net48/cookie_forger.exe --ekey XXX --vkey XXX --compatibility --name XXX --userData XXX

About

Simple CLI tool for encrypting ASPXAUTH cookies using machinekeys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages