Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptography not loading on Pharo 10 #42

Open
varvello opened this issue Nov 30, 2023 · 4 comments
Open

Cryptography not loading on Pharo 10 #42

varvello opened this issue Nov 30, 2023 · 4 comments

Comments

@varvello
Copy link

Hi Guys,
The crypto repo is not loading on Pharo 10 due to a dependency on InputEventSensor, can you solve the issue?

TIA
Davide

@noha
Copy link
Member

noha commented Nov 30, 2023

Can you tell why you need it. It is kind of abandoned. If you have the problem because another project depends on it can you tell which?

@varvello
Copy link
Author

varvello commented Nov 30, 2023

Can you tell why you need it. It is kind of abandoned. If you have the problem because another project depends on it can you tell which?

Hi Norbert, the crypto has a dependency on InputSensor that is missing in Pharo 10.

In particular look at RandomGenerator class>>unpredictableStringsDo: you'll see the statements Sensor mousePoint. They should be replaced.

@noha
Copy link
Member

noha commented Nov 30, 2023

I know it does not load in pharo10 cleanly. But the repository is not supported anymore. So if you have a piece of software you want to use it you are in bad luck. If you use another project that has a dependency we can have a look. I wanted to know the name of that project if you use one

@varvello
Copy link
Author

I know it does not load in pharo10 cleanly. But the repository is not supported anymore. So if you have a piece of software you want to use it you are in bad luck. If you use another project that has a dependency we can have a look. I wanted to know the name of that project if you use one

I need PBKDF2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants