https://github.com/zeionara/dsgen
A legacy project which still allows to generate reliable passwords, adorable nicknames and beautiful pictures
https://github.com/zeionara/dsgen
Last synced: 3 months ago
JSON representation
A legacy project which still allows to generate reliable passwords, adorable nicknames and beautiful pictures
- Host: GitHub
- URL: https://github.com/zeionara/dsgen
- Owner: zeionara
- License: apache-2.0
- Created: 2022-06-06T18:04:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:17:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T07:46:21.863Z (5 months ago)
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dsgen
A legacy project which allows to generate reliable passwords, adorable nicknames and beautiful abstract paintings. The original version of the app was created in 2014 with help of `Adobe Flash` technology which is currently deprecated. However, the projects has a historical value and may be useful for developing similar applications using contemporary platforms. Below there is a screenshot of the app interface, on which can be seen multiple generated passwords, anyone of which can be copied and used for authentication purposes.

## Prerequisites
The source code is kept inside file `app.fla`, which is recommended to open via `Flash Professional CS6` editor from `Adobe`.
The folder `dependencies` contains external libraries which are required for publishing the project.
## Running the app
The compiled version may be launched via `Adobe Flash Player` (file `dsgen.swf`). Since the player is deprecated and currently hard to install separately, it is recommended to run the app as an `exe` file which contains an embedded tool.
The app also works perfectly on `linux` through `wine` (was tested on `Ubuntu 22.04`). All you need to do is to install wine and run the executable using the following commands respectively:
```sh
sudo apt install wine -y
wine release/dsgen.exe
```The app can be run on android as well (requires `Adobe Air`). The following screenshots demonstrate the app interface appearance on an android device.


