Skip to content

This class provides HTTP Digest authentication support for Adobe AIR in AS3. Adobe AIR offers limited HTTP Digest support in the form of a prompt that is displayed automatically to the user; this class allows you to fully control the supply of credentials (hardcoded, a custom-built form, etc.).

License

Notifications You must be signed in to change notification settings

pmcmonagle/http-digest-as3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-digest-as3

This class provides HTTP Digest authentication support for Adobe AIR in AS3. Adobe AIR offers limited HTTP Digest support in the form of a prompt that is displayed automatically to the user; this class allows you to fully control the supply of credentials (hardcoded, a custom-built form, etc.).

HTTP Digest relies on MD5 cryptography; the HTTP Digest class found here relies on the as3corelib package for MD5 encryption. The as3corelib package can be found here: https://github.com/mikechambers/as3corelib

About

This class provides HTTP Digest authentication support for Adobe AIR in AS3. Adobe AIR offers limited HTTP Digest support in the form of a prompt that is displayed automatically to the user; this class allows you to fully control the supply of credentials (hardcoded, a custom-built form, etc.).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published