Questions tagged [rsa-key-fingerprint]

39 questions
0
votes
1 answer

Link fingerprint data with a physical fingerprint data

Im developping an application with android studio, the application is for attendance using fingerprint and I want be able to register fingerprint of users using a desktop application and the fingerprint will be registered from a physical fingerprint…
0
votes
1 answer

Playframework Asset Fingerprint working

I am new to playframework. How Asset Fingerprinting works? There is no specific document explaining internal working of fingerprinting. How it internally generates the digest code like ad3303949495939398433-main.css or…
Jitendra
  • 1
  • 1
0
votes
0 answers

regarding Certificate fingerprints selection for google authentication in android

I am trying to implement google authentication in my android app. To implement Google Sign In option in android app SHA1 is needed to generate OAuth 2.0 client IDs. I am using ubuntu and here is the process how I am retrieving Certificate…
0
votes
2 answers

git clone error - The authenticity of host can't be established

Having problems cloning git repository to a new pc. On the new pc, I ran ssh_keygen as follows ssh-keygen -t rsa -C "laptop" And I copied it to the clipboard using: cat ~/.ssh/id_rsa.pub > /dev/clipboard Than I went to gitlab profile settings…
Bick
  • 17,833
  • 52
  • 146
  • 251
0
votes
1 answer

Veryfing fingerprints using SharpSSH while connecting to SFTP Server

I am using Tamir.SharpSSH to make SFTP connections in my .NET code. I have servers' host, port, username, password and servers' fingerprint. I am able to connect to the server without the fingerprint. Is there any way to match the fingerprint that I…
0
votes
1 answer

Will change of server's IP address affect ssl certificate?

I am planning to change the IP address of a server. The server has ssl certificate installed. Will SSL certificate be affected after the IP address changes?
Bimal Poudel
  • 1,214
  • 2
  • 18
  • 41
0
votes
1 answer

How to generate a finger print for a public key to validate the public key?

I need to validate the incoming connection in my application. The incoming connection will be sending a public key and the finger print of the public key. I need to validate this public key by calculating the finger print for the public key and then…
Kranthi Kumar
  • 1,184
  • 3
  • 13
  • 26
-1
votes
1 answer

generating fake public key fingerprint

I need to implement functions to test the deletion of a ssh key given a fingerprint, and one scenario is to delete a "non-existing" key by providing it with a fake public key fingerprint. The public keys are generated randomly, how do I come up…
Chen Xie
  • 3,849
  • 8
  • 27
  • 46
-3
votes
1 answer

Register user fingerprint in android application

Is it possible to register user's fingerprint in an android application (not in settings)and store it in the database and later use the database for authentication?
1 2
3