Skip to content

Commit f5a73f4

Browse files
Pointer-Based Security Paradigm v1.0.4
1 parent 5c54f28 commit f5a73f4

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,40 @@ A fundamental rethinking of digital security architecture that eliminates vulner
8585

8686
---
8787

88+
## Cross-Platform Compatibility
89+
90+
smartpasslib produces **identical passwords** to:
91+
92+
| Platform | Repository |
93+
|------------|:--------------------------------------------------------------------------------------------------------------------------|
94+
| Python | [smartpasslib](https://github.com/smartlegionlab/smartpasslib) |
95+
| JavaScript | [smartpasslib-js](https://github.com/smartlegionlab/smartpasslib-js) |
96+
| Kotlin | [smartpasslib-kotlin](https://github.com/smartlegionlab/smartpasslib-kotlin) |
97+
| Go | [smartpasslib-go](https://github.com/smartlegionlab/smartpasslib-go) |
98+
| Web | [Web Manager](https://github.com/smartlegionlab/smart-password-manager-web) |
99+
| Android | [Android Manager](https://github.com/smartlegionlab/smart-password-manager-android) |
100+
| Desktop | [Desktop Manager](https://github.com/smartlegionlab/smart-password-manager-desktop) |
101+
| CLI | [CLI PassMan](https://github.com/smartlegionlab/clipassman) / [CLI PassGen](https://github.com/smartlegionlab/clipassgen) |
102+
103+
---
104+
105+
## Ecosystem
106+
107+
**Core Libraries:**
108+
- **[smartpasslib](https://github.com/smartlegionlab/smartpasslib)** - Python implementation
109+
- **[smartpasslib-js](https://github.com/smartlegionlab/smartpasslib-js)** - JavaScript implementation
110+
- **[smartpasslib-kotlin](https://github.com/smartlegionlab/smartpasslib-kotlin)** - Kotlin implementation
111+
- **[smartpasslib-go](https://github.com/smartlegionlab/smartpasslib-go)** - Go implementation
112+
113+
**Applications:**
114+
- **[Desktop Manager](https://github.com/smartlegionlab/smart-password-manager-desktop)** - Cross-platform desktop app
115+
- **[CLI PassMan](https://github.com/smartlegionlab/clipassman)** - Console password manager
116+
- **[CLI PassGen](https://github.com/smartlegionlab/clipassgen)** - Console password generator
117+
- **[Web Manager](https://github.com/smartlegionlab/smart-password-manager-web)** - Web interface
118+
- **[Android Manager](https://github.com/smartlegionlab/smart-password-manager-android)** - Mobile Android app
119+
120+
---
121+
88122
## License
89123

90124
This research paper and all accompanying documents are licensed under

0 commit comments

Comments
 (0)