xamarin / AndroidX

AndroidX bindings for .NET for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is RSA being used?

mrdonthaveaclue opened this issue · comments

Android application type

Not applicable

Affected platform version

Mac

Description

I need help finding out if RSA is being used in the code and if it is in which context. I have no knowledge in this but RSA showed up when I searched for it.

Steps to Reproduce

.

Did you find any workaround?

.

Relevant log output

.
commented

Hi

Thanks for the feedback.

Is RSA being used? For what? Where? I think we need more info.

There is androidx.security.crypto package.

https://developer.android.com/jetpack/androidx/releases/security
https://developer.android.com/reference/androidx/security/crypto/package-summary

I am sorry for not being specific. I dont know exactly how to formulate me since I am new to this. I need to find out if the encryption rsa is used in the software Xamarin.AndroidX.RecyclerView 1.2.1.9. When I search for rsa in the search field and click on "in this repository" this comes up:

(row) 466: dotnet_diagnostic.CA5385.severity = none # Use Rivest–Shamir–Adleman (RSA) Algorithm With Sufficient Key Size

What does this mean?

Xamarin.AndroidX.RecyclerView 1.2.1.9

If I search for rsa in the search field and click on "in this repository" there comes up the following: (row) 466: dotnet_diagnostic.CA5385.severity = none # Use Rivest–Shamir–Adleman (RSA) Algorithm With Sufficient Key Siz. Does this mean that rsa crypto is being used in Xamarin.AndroidX.RecyclerView ?
commented

I am sorry for not being specific. I dont know exactly how to formulate me since I am new to this. I need to find out if the encryption rsa is used in the software Xamarin.AndroidX.RecyclerView 1.2.1.9. When I search for rsa in the search field and click on "in this repository" this comes up:

(row) 466: dotnet_diagnostic.CA5385.severity = none # Use Rivest–Shamir–Adleman (RSA) Algorithm With Sufficient Key Size

This is .editorconfig file.

dotnet_diagnostic.CA5385.severity = none # Use Rivest–Shamir–Adleman (RSA) Algorithm With Sufficient Key Size

There shouldn't be need to use RSA in Xamarin.AndroidX.RecyclerView.

What does this mean?

Xamarin.AndroidX.RecyclerView 1.2.1.9

If I search for rsa in the search field and click on "in this repository" there comes up the following: (row) 466: dotnet_diagnostic.CA5385.severity = none # Use Rivest–Shamir–Adleman (RSA) Algorithm With Sufficient Key Siz. Does this mean that rsa crypto is being used in Xamarin.AndroidX.RecyclerView ?

No. It does not mean that RSA is used in Xamarin.AndroidX.RecyclerView.